Update dbus to 0.8.3
Older versions of dbus fail to compile due to API differences
This commit is contained in:
parent
102f41c1e1
commit
e402af4855
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue