diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-07-13 14:48:29 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-07-13 14:48:29 +0200 |
commit | 5a48504fbf987f80333e7debd1e3f48dc842cc4c (patch) | |
tree | cd303d3275ee7b6badd0803d15094d48659133b3 /pkgs/by-name/ya/yambar-cpu/Cargo.toml | |
parent | fix(snapper): Use strings instead of numbers for the snapper env variables (diff) | |
download | nixos-config-5a48504fbf987f80333e7debd1e3f48dc842cc4c.tar.gz nixos-config-5a48504fbf987f80333e7debd1e3f48dc842cc4c.zip |
build(treewide): Update
Diffstat (limited to 'pkgs/by-name/ya/yambar-cpu/Cargo.toml')
-rw-r--r-- | pkgs/by-name/ya/yambar-cpu/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ya/yambar-cpu/Cargo.toml b/pkgs/by-name/ya/yambar-cpu/Cargo.toml index 5a2bc6f9..6d66301a 100644 --- a/pkgs/by-name/ya/yambar-cpu/Cargo.toml +++ b/pkgs/by-name/ya/yambar-cpu/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sysinfo = "0.28.1" +sysinfo = "0.28.4" |