From e402af4855eeca64aeb69b30963498b4342a62cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hilmar=20G=C3=BAstafsson?= Date: Wed, 24 Jun 2020 09:01:23 +0200 Subject: [PATCH] Update dbus to 0.8.3 Older versions of dbus fail to compile due to API differences --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94e33a4..4202732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ "anvil" ] [dependencies] bitflags = "1" calloop = "0.6.2" -dbus = { version = "0.8", optional = true } +dbus = { version = "0.8.3", optional = true } drm = { version = "^0.4.0", git = "https://github.com/drakulix/drm-rs", branch = "develop", optional = true } gbm = { version = "^0.6.0", git = "https://github.com/drakulix/gbm.rs", branch = "thread-safe", optional = true, default-features = false, features = ["drm-support"] } glium = { version = "0.27.0", optional = true, default-features = false }