Skip to content

Commit 4efb5d0

Browse files
committed
fix: enable "chrono" in trash crate (#268)
This hopefully adds deletion dates to trashed files.
1 parent 904b3fc commit 4efb5d0

File tree

2 files changed

+129
-2
lines changed

2 files changed

+129
-2
lines changed

Cargo.lock

Lines changed: 128 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ num_cpus = "1.10.0"
3939
filesize = "0.2.0"
4040
anyhow = "1.0.31"
4141
trash = { version = "5.2.0", optional = true, default-features = false, features = [
42-
"coinit_apartmentthreaded",
42+
"coinit_apartmentthreaded", "chrono"
4343
] }
4444
chrono = { version = "0.4.31", default-features = false, features = ["std"] }
4545

0 commit comments

Comments
 (0)