Merge pull request #21 from MustafaSalih1993/dev

updated version in cargo config file and removed the build status sin…
This commit is contained in:
Mustafa Salih 2021-01-08 05:50:58 +03:00 committed by GitHub
commit d7a1a6a6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 24 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -380,7 +380,7 @@ checksum = "4e1b7878800220a76a08f32c057829511440f65528b63b940f2f2bc145d7ac68"
[[package]]
name = "rsblocks"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"alsa",
"breadx",

View File

@ -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"

View File

@ -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