Skip to content

Commit

Permalink
build(deps): update wayland-protocols-wlr requirement from 0.2 to 0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [wayland-protocols-wlr](https://github.com/smithay/wayland-rs) to permit the latest version.
- [Release notes](https://github.com/smithay/wayland-rs/releases)
- [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md)
- [Commits](Smithay/wayland-rs@wayland-protocols-wlr-v0.2...wayland-backend-v0.3.1)

---
updated-dependencies:
- dependency-name: wayland-protocols-wlr
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 130b56a commit dbbaad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ once_cell = { version = "1.19.0", optional = true }
wayland-protocols-misc = { version = "0.3", features = [
"client",
], optional = true }
wayland-protocols-wlr = { version = "0.2", features = [
wayland-protocols-wlr = { version = "0.3", features = [
"client",
], optional = true }
wayland-protocols-plasma = { version = "0.2", features = [
Expand Down

0 comments on commit dbbaad4

Please sign in to comment.