From ca3988a2f7aa60958727759f5d44d916907c314a Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 27 Dec 2022 12:18:14 -0800 Subject: [PATCH] Use stable 0.30 release of `wayland-client` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c98fbad..3dbe40e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,8 +24,8 @@ log = "0.4.17" [target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies] nix = { version = "0.26.1", optional = true } -wayland-backend = { version = "0.1.0-beta.14", features = ["client_system"], optional = true } -wayland-client = { version = "0.30.0-beta.14", optional = true } +wayland-backend = { version = "0.1.0", features = ["client_system"], optional = true } +wayland-client = { version = "0.30.0", optional = true } wayland-sys = "0.30.0" bytemuck = { version = "1.12.3", optional = true } x11-dl = { version = "2.19.1", optional = true }