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"] 10367af318662a5fd1253ca6db503f534ac36'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/shadow.scm
AgeCommit message (Expand)Author
2023-10-06system: Modify bash skeleton to colorize 'ip' output....* gnu/system/shadow.scm (%default-bashrc): Add an alias for 'ip' that enables output colorization. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Bruno Victal