chore: update dependencies

Also migrates to Rust 2024 edition.
This commit is contained in:
Vukašin Vojinović 2025-10-05 13:27:16 +02:00 committed by Jacob Kauffmann
parent 16abcc66e1
commit 983d34ad96
7 changed files with 761 additions and 641 deletions

View file

@ -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"] }