diff --git a/Cargo.toml b/Cargo.toml index 0286389..a9e6610 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ repository = "https://github.com/Xetibo/ReSet" license = "GPL-3.0-or-later" [dependencies] -# reset_daemon = "2.1.1" -reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "dev" } -re_set-lib = "5.2.1" +reset_daemon = "2.1.1" +# reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "dev" } +re_set-lib = "5.2.2" # re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib" } adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] } dbus = "0.9.7"