Skip to content

Commit

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

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 @@ -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"

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 @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion wayland-protocols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions wayland-server/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-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit 8ea98e3

Please sign in to comment.