Skip to content

Commit 4e00ee3

Browse files
committed
fix: deps
1 parent 297fddc commit 4e00ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
6868
tracing-log = "0.2.0"
6969
tokio = { version = "1.49.0", features = ["full"] }
7070
# cosmic-config = { path = "../libcosmic/cosmic-config" }
71-
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
71+
cosmic-config = { git = "https://github.com/pop-os/libcosmic", branch = "iced-rebase" }
7272
serde = { version = "1.0.228", features = ["derive"] }
7373

7474
[profile.release]

0 commit comments

Comments
 (0)