Skip to content

Commit

Permalink
Update wayland-backend requirement from 0.1.0 to 0.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [wayland-backend](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-backend-v0.1.1...wayland-backend-v0.3)

---
updated-dependencies:
- dependency-name: wayland-backend
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 53ae12a commit d74be3e
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 @@ -36,7 +36,7 @@ drm-sys = { version = "0.4.0", default-features = false, optional = true }
memmap2 = { version = "0.7.1", optional = true }
nix = { version = "0.26.1", optional = true }
tiny-xlib = { version = "0.2.1", optional = true }
wayland-backend = { version = "0.1.0", features = ["client_system"], optional = true }
wayland-backend = { version = "0.3.0", features = ["client_system"], optional = true }
wayland-client = { version = "0.30.0", optional = true }
wayland-sys = "0.30.0"
x11rb = { version = "0.12.0", features = ["allow-unsafe-code", "shm"], optional = true }
Expand Down

0 comments on commit d74be3e

Please sign in to comment.