Update to zbus 5.x
https://github.com/dbus2/zbus/releases/tag/zbus-5.0.0 Now requires `pub` on uses of `#[proxy]` if the generated types should be `pub`.
This commit is contained in:
parent
ac5713df52
commit
3b86984332
26 changed files with 30 additions and 32 deletions
|
|
@ -24,5 +24,5 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
thiserror = "1.0"
|
||||
time = { version = "0.3", features = ["parsing"] }
|
||||
tracing = "0.1.40"
|
||||
zbus = { version = "4.2.1" }
|
||||
zvariant = { version = "4.1.0" }
|
||||
zbus = { version = "5.7.1" }
|
||||
zvariant = { version = "5.5.3" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue