Skip to content

Commit

Permalink
⬆️ zb: Bump zvariant requirement to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Jul 19, 2024
1 parent b7723a7 commit 758965f
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 @@ -41,7 +41,7 @@ tokio-vsock = ["dep:tokio-vsock", "tokio"]
[dependencies]
serde = { version = "1.0.200", features = ["derive"] }
serde_repr = "0.1.19"
zvariant = { path = "../zvariant", version = "4.1.1", default-features = false, features = [
zvariant = { path = "../zvariant", version = "4.2.0", default-features = false, features = [
"enumflags2",
] }
zbus_names = { path = "../zbus_names", version = "3.0" }
Expand Down

0 comments on commit 758965f

Please sign in to comment.