chore: update dependencies
Also migrates to Rust 2024 edition.
This commit is contained in:
parent
16abcc66e1
commit
983d34ad96
7 changed files with 761 additions and 641 deletions
|
|
@ -1,8 +1,8 @@
|
|||
[package]
|
||||
name = "cosmic-idle-config"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue