Skip to content

Commit

Permalink
wayland-protocols v0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
elinorbgr committed Sep 2, 2023
1 parent 8ea98e3 commit 1810247
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion wayland-protocols-misc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion wayland-protocols-plasma/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion wayland-protocols-wlr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions wayland-protocols/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.31.0 -- 2023-09-02

### Breaking changes

- Bump bitflags to 2.0
Expand Down
2 changes: 1 addition & 1 deletion wayland-protocols/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit 1810247

Please sign in to comment.