chore: Bump version of daemon and lib

This commit is contained in:
Fabio Lenherr / DashieTM 2023-12-12 23:12:43 +01:00
parent ecfeca65e0
commit 4b09745fce
2 changed files with 3 additions and 3 deletions

View file

@ -7,8 +7,8 @@ repository = "https://github.com/Xetibo/ReSet"
license = "GPL-3.0-only"
[dependencies]
reset_daemon = "0.5.2"
re_set-lib = "0.7.9"
reset_daemon = "0.5.3"
re_set-lib = "0.8.0"
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
dbus = "0.9.7"
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }

View file

@ -67,7 +67,7 @@ fn set_card_profile_of_device(device_index: u32, profile_name: String) -> bool {
let conn = Connection::new_session().unwrap();
let proxy = conn.with_proxy(
"org.Xetibo.ReSet.Daemon",
"/org.Xetibo.ReSet.Daemon",
"/org/Xetibo/ReSet/Daemon",
Duration::from_millis(1000),
);
let _: Result<(), Error> = proxy.method_call(