diff options
author | mustafa salih <mustafasalih1991@gmail.com> | 2021-01-08 05:48:39 +0300 |
---|---|---|
committer | mustafa salih <mustafasalih1991@gmail.com> | 2021-01-08 05:48:39 +0300 |
commit | 3fa52e145a40262e2a02977594973f031b6e9e30 (patch) | |
tree | 92f03b331342a4e5386146fc6ba2ab2da8c8f5db | |
parent | 0baee0b8e36c6cefb8a906ab20e179d206e1c416 (diff) |
updated version in cargo config file and removed the build status since the workflow does not have sound card
-rw-r--r-- | .github/workflows/rust.yml | 20 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 4 |
4 files changed, 4 insertions, 24 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml deleted file mode 100644 index 75959c5..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Rust - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Build - run: cargo build --verbose @@ -380,7 +380,7 @@ checksum = "4e1b7878800220a76a08f32c057829511440f65528b63b940f2f2bc145d7ac68" [[package]] name = "rsblocks" -version = "0.1.3" +version = "0.1.4" dependencies = [ "alsa", "breadx", @@ -1,6 +1,6 @@ [package] name = "rsblocks" -version = "0.1.3" +version = "0.1.4" authors = ["mustafa salih <mustafasalih1991@gmail.com>"] edition = "2018" readme = "README.md" @@ -1,7 +1,7 @@ # rsblocks [<img alt="github" src="https://img.shields.io/static/v1?label=github&message=rsblocks&color=acb0d0&logo=Github&style=flat-square&logoColor=a9b1d6" height="20">](https://github.com/MustafaSalih1993/rsblocks) [<img alt="crates" src="https://img.shields.io/crates/v/rsblocks?logo=rust&logoColor=a9b1d6&style=flat-square&color=fc8d62" height="20">](https://crates.io/crates/rsblocks) -[<img alt="build" src="https://img.shields.io/github/workflow/status/mustafasalih1993/rsblocks/Rust?color=b9f27c&logoColor=a9b1d6&style=flat-square" height="20">](https://github.com/MustafaSalih1993/rsblocks/actions?query=workflow%3ARust) + A multi threaded fast status bar for dwm window manager written in **Rust** 🦀 <p> @@ -14,7 +14,7 @@ A multi threaded fast status bar for dwm window manager written in **Rust** 🦀 * Memory Usage * Disk Usage * Weather Temperature -* Sound volume _reads from `alsa-utils`_ +* Sound volume * Easy to configure with `rsblocks.yml` file |