From 74c698987b0bcc1472e0a9f0260ea089f38bc531 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Tue, 10 Jan 2023 19:06:30 +0100 Subject: [PATCH] fix(deps): use less specific version for zbus --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f27d019..0bfbfc80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ features = [ ] [target.'cfg(target_os = "linux")'.dependencies] -zbus = "3.7" +zbus = "3"