We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297fddc commit 4e00ee3Copy full SHA for 4e00ee3
Cargo.toml
@@ -68,7 +68,7 @@ tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
68
tracing-log = "0.2.0"
69
tokio = { version = "1.49.0", features = ["full"] }
70
# cosmic-config = { path = "../libcosmic/cosmic-config" }
71
-cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
+cosmic-config = { git = "https://github.com/pop-os/libcosmic", branch = "iced-rebase" }
72
serde = { version = "1.0.228", features = ["derive"] }
73
74
[profile.release]
0 commit comments