Skip to content

Commit

Permalink
⬆️ zb: Require zbus_names 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Jun 28, 2023
1 parent 274a17e commit d818a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ byteorder = "1.4.3"
serde = { version = "1.0", features = ["derive"] }
serde_repr = "0.1.9"
zvariant = { path = "../zvariant", version = "3.15.0", default-features = false, features = ["enumflags2"] }
zbus_names = { path = "../zbus_names", version = "2.5" }
zbus_names = { path = "../zbus_names", version = "2.6" }
zbus_macros = { path = "../zbus_macros", version = "=3.13.1" }
enumflags2 = { version = "0.7.7", features = ["serde"] }
serde-xml-rs = { version = "0.4.1", optional = true }
Expand Down

0 comments on commit d818a05

Please sign in to comment.