Update to upstream trash-rs

This commit is contained in:
Jeremy Soller 2024-01-10 08:53:22 -07:00
parent 4c664689c6
commit 69531644ff
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
3 changed files with 36 additions and 35 deletions

View file

@ -12,7 +12,7 @@ lexical-sort = "0.3.1"
log = "0.4"
serde = { version = "1", features = ["serde_derive"] }
tokio = { version = "1" }
trash = "3.1.2"
trash = "3.2.0"
# Internationalization
i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6"
@ -34,8 +34,6 @@ wgpu = ["libcosmic/wgpu"]
[patch.crates-io]
smithay-client-toolkit = { git = "https://github.com/pop-os/client-toolkit", branch = "wayland-resize" }
# https://github.com/Byron/trash-rs/pull/95
trash = { git = "https://github.com/jackpot51/trash-rs" }
[profile.release-with-debug]
inherits = "release"