From 9b995a33a88c496a90259dd207367a998c95ac98 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Fri, 3 May 2024 11:47:45 -0400 Subject: [PATCH] fix: add rev for sctk --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 259f97f..2065a05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.65.0" libc = "0.2.149" sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", default-features = false, features = [ "calloop", -] } +], rev = "3bed072" } wayland-backend = { version = "0.3.3", default_features = false, features = [ "client_system", ] } @@ -28,7 +28,7 @@ dirs = "5.0.1" sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", default-features = false, features = [ "calloop", "xkbcommon", -] } +], rev = "3bed072" } thiserror = "1.0.57" url = "2.5.0"