Age | Commit message (Expand) | Author |
---|---|---|
2020-12-11 | build: 'script/guix' uses our own 'guile' executable....* Makefile.am (do_subst): Substitute @abs_top_builddir@. * scripts/guix.in: Use it. | Ludovic Courtès |
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"] 20fe1defd'/>
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
2020-12-11 | build: 'script/guix' uses our own 'guile' executable....* Makefile.am (do_subst): Substitute @abs_top_builddir@. * scripts/guix.in: Use it. | Ludovic Courtès |