diff options
author | Mustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com> | 2021-09-05 17:22:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-05 17:22:33 +0300 |
commit | ae533f1fe7675efb8b63f0a176e1fafa23dd94f9 (patch) | |
tree | 7614b39133d62132720e523ab51c6f6e032bde17 /Cargo.toml | |
parent | a66c94a1f836b56897a3b5151f93aaa327efc6bd (diff) |
Dev (#63)
* Closes #62 added brightness block
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ [package] name = "rsblocks" -version = "0.1.18" +version = "0.1.19" authors = ["mustafa salih <mustafasalih1991@gmail.com>"] edition = "2018" readme = "README.md" @@ -14,10 +14,10 @@ description = "a multi threaded status bar for dwm window manager for linux" alsa = "0.5" chrono = "0.4" mpd = "0.0.12" -nix = "0.20" +nix = "0.22" battery = "0.7" -dbus = "0.9.1" -serde_yaml = "0.8.15" +dbus = "0.9" +serde_yaml = "0.8.20" lazy_static = "1.4.0" # Async deps |