diff --git a/Cargo.toml b/Cargo.toml index 7b975e0..313cb63 100644 --- a/Cargo.toml +++ b/Cargo.toml.new @@ -75,17 +75,17 @@ version = "3" version = "0.2" [dependencies.wayland-client] -version = "0.27" +version = "0.28" [dependencies.wayland-protocols] -version = "0.27" +version = "0.28" features = ["client", "unstable_protocols"] [dev-dependencies.wayland-protocols] -version = "0.27" +version = "0.28" features = ["server", "unstable_protocols"] [dev-dependencies.wayland-server] -version = "0.27" +version = "0.28" [features] dlopen = ["native_lib", "wayland-client/dlopen", "wayland-server/dlopen"] lue='e032a0f38ff3394816fdc29554933ce77c545eff'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/test-driver.scm
AgeCommit message (Expand)Author
2024-01-05build: test-driver.scm: Set mode....Emacs auto-detects the build-aux/test-driver.scm as sh-mode, due to the shebang. So override the auto-detection using a local variable forcing scheme-mode. * build-aux/test-driver.scm: Set mode to scheme. Change-Id: I07f12656dba5fb7b52447b94569307a2a605ffc1 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Tomas Volf