Skip to content

Commit

Permalink
fix: enable "chrono" in trash crate (#268)
Browse files Browse the repository at this point in the history
This hopefully adds deletion dates to trashed files.
  • Loading branch information
Byron committed Nov 3, 2024
1 parent 904b3fc commit 4efb5d0
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 2 deletions.
129 changes: 128 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ num_cpus = "1.10.0"
filesize = "0.2.0"
anyhow = "1.0.31"
trash = { version = "5.2.0", optional = true, default-features = false, features = [
"coinit_apartmentthreaded",
"coinit_apartmentthreaded", "chrono"
] }
chrono = { version = "0.4.31", default-features = false, features = ["std"] }

Expand Down

0 comments on commit 4efb5d0

Please sign in to comment.