Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit 9701c7c

Browse files
committed
zv,zd: Release 3.11.0
1 parent 4abafe9 commit 9701c7c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

zvariant/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zvariant"
3-
version = "3.10.0"
3+
version = "3.11.0"
44
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]
55
edition = "2018"
66
rust-version = "1.60"
@@ -27,7 +27,7 @@ byteorder = "1.4.3"
2727
serde = { version = "1.0", features = ["derive"] }
2828
arrayvec = { version = "0.7.2", features = ["serde"], optional = true }
2929
enumflags2 = { version = "0.7.5", features = ["serde"], optional = true }
30-
zvariant_derive = { version = "=3.10.0", path = "../zvariant_derive" }
30+
zvariant_derive = { version = "=3.11.0", path = "../zvariant_derive" }
3131
serde_bytes = { version = "0.11", optional = true }
3232
static_assertions = "1.1.0"
3333
libc = "0.2.137"

zvariant_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zvariant_derive"
33
# Keep major and minor version in sync with zvariant crate
4-
version = "3.10.0"
4+
version = "3.11.0"
55
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]
66
edition = "2018"
77
rust-version = "1.60"

0 commit comments

Comments
 (0)