Update dependencies, and use workspace dependencies

Using `[workspace.dependencies]`, we can update `rev =` for a dependency
in one place, instead of each individual applet.
This commit is contained in:
Ian Douglas Scott 2023-07-20 14:57:51 -07:00 committed by Jeremy Soller
parent 322e13c80d
commit 294cf6f3a7
16 changed files with 370 additions and 280 deletions

View file

@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = ["tokio", "wayland"] }
libcosmic.workspace = true
ron = { version = "0.8" }
serde = { version = "1.0" }
cosmic-panel-config = { git = "https://github.com/pop-os/cosmic-panel" }
log = { version = "0.4" }
log = { version = "0.4" }