chore: Rust 2024 edition
This commit is contained in:
parent
3b86984332
commit
c31a46961a
31 changed files with 48 additions and 48 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "cosmic-settings-daemon"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
@ -12,4 +12,4 @@ zbus.workspace = true
|
|||
futures = "0.3"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
zbus.workspace = true
|
||||
zbus.features = ["tokio"]
|
||||
zbus.features = ["tokio"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue