Skip to content

Commit

Permalink
build(deps): update wayland-backend requirement from 0.1.0 to 0.2.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](https://github.com/smithay/wayland-rs/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent db7af24 commit 4a17101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdk4-wayland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
libc = "0.2"
wayland-client = {version = "0.30.0", optional = true}
wayland-backend = {version = "0.1.0", optional = true, features = ["client_system"]}
wayland-backend = {version = "0.2.0", optional = true, features = ["client_system"]}
khronos-egl = {version = "5.0", optional = true}
xkb = {version = "0.3", optional = true}

Expand Down

0 comments on commit 4a17101

Please sign in to comment.