Skip to content

Commit

Permalink
Merge pull request #609 from dbus2/renovate/enumflags2-0.x
Browse files Browse the repository at this point in the history
⬆️ Update enumflags2 to 0.7.9
  • Loading branch information
zeenix authored Feb 19, 2024
2 parents ad2d57c + a401215 commit 073d962
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ zvariant = { path = "../zvariant", version = "4.0.0", default-features = false,
] }
zbus_names = { path = "../zbus_names", version = "3.0" }
zbus_macros = { path = "../zbus_macros", version = "=4.0.1" }
enumflags2 = { version = "0.7.7", features = ["serde"] }
enumflags2 = { version = "0.7.9", features = ["serde"] }
derivative = "2.2"
async-io = { version = "2.2.2", optional = true }
futures-core = "0.3.25"
Expand Down
2 changes: 1 addition & 1 deletion zvariant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ option-as-array = []
endi = "1.1.0"
serde = { version = "1.0", features = ["derive"] }
arrayvec = { version = "0.7.4", features = ["serde"], optional = true }
enumflags2 = { version = "0.7.7", features = ["serde"], optional = true }
enumflags2 = { version = "0.7.9", features = ["serde"], optional = true }
zvariant_derive = { version = "=4.0.0", path = "../zvariant_derive" }
serde_bytes = { version = "0.11", optional = true }
static_assertions = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion zvariant_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ zvariant_utils = { path = "../zvariant_utils", version = "=1.1.0" }

[dev-dependencies]
zvariant = { path = "../zvariant", features = ["enumflags2"] }
enumflags2 = { version = "0.7.7", features = ["serde"] }
enumflags2 = { version = "0.7.9", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_repr = "0.1.9"

0 comments on commit 073d962

Please sign in to comment.