Skip to content

Commit

Permalink
Bump version of wayland-protocols-*
Browse files Browse the repository at this point in the history
Need a new release to include submodules in automated release.
  • Loading branch information
ids1024 committed May 31, 2024
1 parent 0bef8cd commit 9be8a62
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions wayland-protocols-misc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayland-protocols-misc"
version = "0.3.0"
version = "0.3.1"
documentation = "https://docs.rs/wayland-protocols-misc/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <[email protected]>"]
Expand All @@ -19,7 +19,7 @@ wayland-scanner = { version = "0.31.2", path = "../wayland-scanner" }
wayland-backend = { version = "0.3.4", path = "../wayland-backend" }
wayland-client = { version = "0.31.3", path = "../wayland-client", optional = true }
wayland-server = { version = "0.31.2", path = "../wayland-server", optional = true }
wayland-protocols = { version = "0.32.0", path = "../wayland-protocols", features=["unstable"] }
wayland-protocols = { version = "0.32.1", path = "../wayland-protocols", features=["unstable"] }
bitflags = "2"

[features]
Expand Down
4 changes: 2 additions & 2 deletions wayland-protocols-plasma/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayland-protocols-plasma"
version = "0.3.0"
version = "0.3.1"
documentation = "https://docs.rs/wayland-protocols-plasma/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <[email protected]>"]
Expand All @@ -19,7 +19,7 @@ wayland-scanner = { version = "0.31.2", path = "../wayland-scanner" }
wayland-backend = { version = "0.3.4", path = "../wayland-backend" }
wayland-client = { version = "0.31.3", path = "../wayland-client", optional = true }
wayland-server = { version = "0.31.2", path = "../wayland-server", optional = true }
wayland-protocols = { version = "0.32.0", path = "../wayland-protocols"}
wayland-protocols = { version = "0.32.1", path = "../wayland-protocols"}
bitflags = "2"

[features]
Expand Down
4 changes: 2 additions & 2 deletions wayland-protocols-wlr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wayland-protocols-wlr"
version = "0.3.0"
version = "0.3.1"
documentation = "https://docs.rs/wayland-protocols-wlr/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <[email protected]>"]
Expand All @@ -19,7 +19,7 @@ wayland-scanner = { version = "0.31.2", path = "../wayland-scanner" }
wayland-backend = { version = "0.3.4", path = "../wayland-backend" }
wayland-client = { version = "0.31.3", path = "../wayland-client", optional = true }
wayland-server = { version = "0.31.2", path = "../wayland-server", optional = true }
wayland-protocols = { version = "0.32.0", path = "../wayland-protocols"}
wayland-protocols = { version = "0.32.1", path = "../wayland-protocols"}
bitflags = "2"

[features]
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.32.0"
version = "0.32.1"
documentation = "https://docs.rs/wayland-protocols/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <[email protected]>"]
Expand Down

0 comments on commit 9be8a62

Please sign in to comment.