Skip to content

Commit

Permalink
⬆️ Requre zvariant 3.15
Browse files Browse the repository at this point in the history
In 2.6.0, we ended up using API from zvariant 3.15 and didn't bump our
requirement. Let's do that.

Fixes #667.
  • Loading branch information
zeenix committed Feb 29, 2024
1 parent f0c3fab commit 4c38e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbus_names/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
zvariant = { path = "../zvariant", version = "3.10", default-features = false, features = ["enumflags2"] }
zvariant = { path = "../zvariant", version = "3.15", default-features = false, features = ["enumflags2"] }
static_assertions = "1.1.0"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 4c38e25

Please sign in to comment.