Skip to content

Commit

Permalink
Merge pull request #650 from zeenix/rel-4.1.0
Browse files Browse the repository at this point in the history
🔖 zb,zm: Release 4.1.0
  • Loading branch information
zeenix authored Feb 22, 2024
2 parents 2d6ac89 + b7400ca commit d9b367a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions zbus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zbus"
version = "4.0.1"
version = "4.1.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2021"
rust-version = "1.75"
Expand Down Expand Up @@ -45,7 +45,7 @@ zvariant = { path = "../zvariant", version = "4.0.0", default-features = false,
"enumflags2",
] }
zbus_names = { path = "../zbus_names", version = "3.0" }
zbus_macros = { path = "../zbus_macros", version = "=4.0.1" }
zbus_macros = { path = "../zbus_macros", version = "=4.1.0" }
enumflags2 = { version = "0.7.9", features = ["serde"] }
derivative = "2.2"
async-io = { version = "2.3.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion zbus_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zbus_macros"
# Keep version in sync with zbus crate
version = "4.0.1"
version = "4.1.0"
authors = [
"Marc-André Lureau <[email protected]>",
"Zeeshan Ali Khan <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion zvariant/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ mod tests {
use std::str::FromStr;

#[cfg(feature = "gvariant")]
use glib::{Bytes, FromVariant, Variant};
use glib::{variant::FromVariant, Bytes, Variant};
use serde::{Deserialize, Serialize};

use crate::{serialized::Data, to_bytes, to_bytes_for_signature, MaxDepthExceeded};
Expand Down

0 comments on commit d9b367a

Please sign in to comment.