diff --git a/wayland-protocols-misc/Cargo.toml b/wayland-protocols-misc/Cargo.toml index 0c91dc867d2..039a7671a0b 100644 --- a/wayland-protocols-misc/Cargo.toml +++ b/wayland-protocols-misc/Cargo.toml @@ -19,7 +19,7 @@ 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.31.0", path = "../wayland-server", optional = true } -wayland-protocols = { version = "0.30.0", path = "../wayland-protocols", features=["unstable"] } +wayland-protocols = { version = "0.31.0", path = "../wayland-protocols", features=["unstable"] } bitflags = "2" [features] diff --git a/wayland-protocols-plasma/Cargo.toml b/wayland-protocols-plasma/Cargo.toml index 3d58f8114c9..5709a254a3b 100644 --- a/wayland-protocols-plasma/Cargo.toml +++ b/wayland-protocols-plasma/Cargo.toml @@ -19,7 +19,7 @@ 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.31.0", path = "../wayland-server", optional = true } -wayland-protocols = { version = "0.30.0", path = "../wayland-protocols"} +wayland-protocols = { version = "0.31.0", path = "../wayland-protocols"} bitflags = "2" [features] diff --git a/wayland-protocols-wlr/Cargo.toml b/wayland-protocols-wlr/Cargo.toml index f63d9426c04..47bfa1941b4 100644 --- a/wayland-protocols-wlr/Cargo.toml +++ b/wayland-protocols-wlr/Cargo.toml @@ -19,7 +19,7 @@ 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.31.0", path = "../wayland-server", optional = true } -wayland-protocols = { version = "0.30.0", path = "../wayland-protocols"} +wayland-protocols = { version = "0.31.0", path = "../wayland-protocols"} bitflags = "2" [features] diff --git a/wayland-protocols/CHANGELOG.md b/wayland-protocols/CHANGELOG.md index cb8ddf2a364..bc732965ccb 100644 --- a/wayland-protocols/CHANGELOG.md +++ b/wayland-protocols/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.31.0 -- 2023-09-02 + ### Breaking changes - Bump bitflags to 2.0 diff --git a/wayland-protocols/Cargo.toml b/wayland-protocols/Cargo.toml index e682e0ddba5..957ed4cc6f0 100644 --- a/wayland-protocols/Cargo.toml +++ b/wayland-protocols/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-protocols" -version = "0.30.1" +version = "0.31.0" documentation = "https://docs.rs/wayland-protocols/" repository = "https://github.com/smithay/wayland-rs" authors = ["Elinor Berger "]