mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
chore: Bump version of daemon and lib
This commit is contained in:
parent
ecfeca65e0
commit
4b09745fce
|
@ -7,8 +7,8 @@ repository = "https://github.com/Xetibo/ReSet"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
reset_daemon = "0.5.2"
|
reset_daemon = "0.5.3"
|
||||||
re_set-lib = "0.7.9"
|
re_set-lib = "0.8.0"
|
||||||
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
|
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
|
||||||
dbus = "0.9.7"
|
dbus = "0.9.7"
|
||||||
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }
|
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }
|
||||||
|
|
|
@ -67,7 +67,7 @@ fn set_card_profile_of_device(device_index: u32, profile_name: String) -> bool {
|
||||||
let conn = Connection::new_session().unwrap();
|
let conn = Connection::new_session().unwrap();
|
||||||
let proxy = conn.with_proxy(
|
let proxy = conn.with_proxy(
|
||||||
"org.Xetibo.ReSet.Daemon",
|
"org.Xetibo.ReSet.Daemon",
|
||||||
"/org.Xetibo.ReSet.Daemon",
|
"/org/Xetibo/ReSet/Daemon",
|
||||||
Duration::from_millis(1000),
|
Duration::from_millis(1000),
|
||||||
);
|
);
|
||||||
let _: Result<(), Error> = proxy.method_call(
|
let _: Result<(), Error> = proxy.method_call(
|
||||||
|
|
Loading…
Reference in a new issue