Skip to content

Commit 1796e2d

Browse files
Update wayland-cursor requirement from 0.29 to 0.31
Updates the requirements on [wayland-cursor](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-cursor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b20aaa9 commit 1796e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ wayland-protocols = { version = "0.29", features = [
8181
"client",
8282
"unstable_protocols",
8383
], optional = true }
84-
wayland-cursor = { version = "0.29", optional = true }
84+
wayland-cursor = { version = "0.31", optional = true }
8585
tempfile = { version = "3.3", optional = true }
8686
x11-dl = { version = "2.19.1", optional = true }
8787
libc = { version = "0.2.107", optional = true }

0 commit comments

Comments
 (0)