diff options
author | Mustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com> | 2021-05-09 22:14:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-09 22:14:29 +0300 |
commit | c2a1be9cd35c044a63fcf546ffd0a41fff5e9044 (patch) | |
tree | 1370be88426ebce42afa2ea06f0f55e1dd9e664f /Cargo.toml | |
parent | 727841572fe4d15d133d9943afe04fcfdc33012c (diff) |
added limits 30 chars foreach the title and artist in spotify block, closes: #53 (#54)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ [package] name = "rsblocks" -version = "0.1.15" +version = "0.1.16" authors = ["mustafa salih <mustafasalih1991@gmail.com>"] edition = "2018" readme = "README.md" @@ -11,15 +11,15 @@ description = "a multi threaded status bar for dwm window manager for linux" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -alsa = "0.4.3" +alsa = "0.5" chrono = "0.4" -dbus = "0.9.1" -lazy_static = "1.4.0" -minreq = {version = "2.2.1", features = ["https","json-using-serde"]} +dbus = "0.9" +lazy_static = "1.4" +minreq = {version = "2.2", features = ["https","json-using-serde"]} mpd = "0.0.12" -nix = "0.19.1" -serde = {version = "1.0.120", features = ["derive"]} -serde_yaml = "0.8.15" +nix = "0.20" +serde = {version = "1.0", features = ["derive"]} +serde_yaml = "0.8" battery = "0.7" [dependencies.breadx] |