Update dbus to 0.8.3

Older versions of dbus fail to compile due to API differences
This commit is contained in:
Hilmar Gústafsson 2020-06-24 09:01:23 +02:00 committed by Victor Berger
parent 102f41c1e1
commit e402af4855
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ members = [ "anvil" ]
[dependencies] [dependencies]
bitflags = "1" bitflags = "1"
calloop = "0.6.2" 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 } 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"] } 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 } glium = { version = "0.27.0", optional = true, default-features = false }