From 698d6ca9375776cb7528009ed9448ca295e697f6 Mon Sep 17 00:00:00 2001 From: MaxVerevkin Date: Tue, 19 Mar 2024 16:45:49 +0200 Subject: [PATCH] update rustbus-service --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36332bc..a8fc5ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ bytemuck = "1.13" clap = { version = "4.0", default-features = false, features = ["std", "help", "usage", "derive"] } libc = "0.2" memmap2 = "0.9" -rustbus-service = { git = "https://github.com/MaxVerevkin/rustbus-service", rev = "7401913" } +rustbus-service = { git = "https://github.com/MaxVerevkin/rustbus-service", rev = "681b783" } shmemfdrs2 = "1.0" wayrs-client = "1.0" wayrs-protocols = { version = "0.13", features = ["wlr-gamma-control-unstable-v1"] }