mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-01 07:57:44 +02:00
chore: Bump version of daemon and lib
This commit is contained in:
parent
ecfeca65e0
commit
4b09745fce
2 changed files with 3 additions and 3 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue