diff --git a/wayland-protocols-misc/Cargo.toml b/wayland-protocols-misc/Cargo.toml index 4b266fe233a..0c91dc867d2 100644 --- a/wayland-protocols-misc/Cargo.toml +++ b/wayland-protocols-misc/Cargo.toml @@ -18,7 +18,7 @@ readme = "README.md" wayland-scanner = { version = "0.31.0", path = "../wayland-scanner" } wayland-backend = { version = "0.3.0", path = "../wayland-backend" } wayland-client = { version = "0.31.0", path = "../wayland-client", optional = true } -wayland-server = { version = "0.30.0", path = "../wayland-server", optional = true } +wayland-server = { version = "0.31.0", path = "../wayland-server", optional = true } wayland-protocols = { version = "0.30.0", path = "../wayland-protocols", features=["unstable"] } bitflags = "2" diff --git a/wayland-protocols-plasma/Cargo.toml b/wayland-protocols-plasma/Cargo.toml index 1bf64723a16..3d58f8114c9 100644 --- a/wayland-protocols-plasma/Cargo.toml +++ b/wayland-protocols-plasma/Cargo.toml @@ -18,7 +18,7 @@ readme = "README.md" wayland-scanner = { version = "0.31.0", path = "../wayland-scanner" } wayland-backend = { version = "0.3.0", path = "../wayland-backend" } wayland-client = { version = "0.31.0", path = "../wayland-client", optional = true } -wayland-server = { version = "0.30.0", path = "../wayland-server", optional = true } +wayland-server = { version = "0.31.0", path = "../wayland-server", optional = true } wayland-protocols = { version = "0.30.0", path = "../wayland-protocols"} bitflags = "2" diff --git a/wayland-protocols-wlr/Cargo.toml b/wayland-protocols-wlr/Cargo.toml index f02d15dbda2..f63d9426c04 100644 --- a/wayland-protocols-wlr/Cargo.toml +++ b/wayland-protocols-wlr/Cargo.toml @@ -18,7 +18,7 @@ readme = "README.md" wayland-scanner = { version = "0.31.0", path = "../wayland-scanner" } wayland-backend = { version = "0.3.0", path = "../wayland-backend" } wayland-client = { version = "0.31.0", path = "../wayland-client", optional = true } -wayland-server = { version = "0.30.0", path = "../wayland-server", optional = true } +wayland-server = { version = "0.31.0", path = "../wayland-server", optional = true } wayland-protocols = { version = "0.30.0", path = "../wayland-protocols"} bitflags = "2" diff --git a/wayland-protocols/Cargo.toml b/wayland-protocols/Cargo.toml index 62ecc0d65a5..e682e0ddba5 100644 --- a/wayland-protocols/Cargo.toml +++ b/wayland-protocols/Cargo.toml @@ -16,7 +16,7 @@ readme = "README.md" wayland-scanner = { version = "0.31.0", path = "../wayland-scanner" } wayland-backend = { version = "0.3.0", path = "../wayland-backend" } wayland-client = { version = "0.31.0", path = "../wayland-client", optional = true } -wayland-server = { version = "0.30.0", path = "../wayland-server", optional = true } +wayland-server = { version = "0.31.0", path = "../wayland-server", optional = true } bitflags = "2" [features] diff --git a/wayland-server/CHANGELOG.md b/wayland-server/CHANGELOG.md index c4bfc3e3ea1..62399b83c32 100644 --- a/wayland-server/CHANGELOG.md +++ b/wayland-server/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.31.0 -- 2023-09-02 + #### Breaking changes - Bump bitflags to 2.0 diff --git a/wayland-server/Cargo.toml b/wayland-server/Cargo.toml index 180554bbe9e..020d6f37ad8 100644 --- a/wayland-server/Cargo.toml +++ b/wayland-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-server" -version = "0.30.1" +version = "0.31.0" documentation = "https://docs.rs/wayland-server/" repository = "https://github.com/smithay/wayland-rs" authors = ["Elinor Berger "]