Skip to content

Commit ca3988a

Browse files
committed
Use stable 0.30 release of wayland-client
1 parent 3eeafad commit ca3988a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ log = "0.4.17"
2424

2525
[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
2626
nix = { version = "0.26.1", optional = true }
27-
wayland-backend = { version = "0.1.0-beta.14", features = ["client_system"], optional = true }
28-
wayland-client = { version = "0.30.0-beta.14", optional = true }
27+
wayland-backend = { version = "0.1.0", features = ["client_system"], optional = true }
28+
wayland-client = { version = "0.30.0", optional = true }
2929
wayland-sys = "0.30.0"
3030
bytemuck = { version = "1.12.3", optional = true }
3131
x11-dl = { version = "2.19.1", optional = true }

0 commit comments

Comments
 (0)