chore: update cosmic-files

This commit is contained in:
Ashley Wulber 2025-11-20 18:05:13 -05:00 committed by Ashley Wulber
parent a968702f30
commit c615e34279
2 changed files with 5 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1437,7 +1437,7 @@ dependencies = [
[[package]]
name = "cosmic-files"
version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-files.git#2ba08c4928271959d07526856b28385cf9b04646"
source = "git+https://github.com/pop-os/cosmic-files.git#e779fc3dac1dd1de2b5c8aa54c6bd5f872169635"
dependencies = [
"anyhow",
"chrono",

View file

@ -29,7 +29,9 @@ i18n-embed-fl = "0.10"
icu = { version = "2.1.1", features = ["compiled_data"] }
rust-embed = "8"
url = "2.5"
secret-service = { version = "5.1.0", features = ["rt-tokio-crypto-rust"], optional = true }
secret-service = { version = "5.1.0", features = [
"rt-tokio-crypto-rust",
], optional = true }
thiserror = { version = "2.0", optional = true }
secstr = { version = "0.5", optional = true }
@ -55,7 +57,7 @@ default = ["dbus-config", "wgpu", "wayland", "password_manager"]
dbus-config = ["libcosmic/dbus-config"]
wgpu = ["libcosmic/wgpu", "cosmic-files/wgpu"]
wayland = ["libcosmic/wayland", "cosmic-files/wayland"]
password_manager = [ "secret-service", "thiserror", "secstr" ]
password_manager = ["secret-service", "thiserror", "secstr"]
[profile.release-with-debug]
inherits = "release"