diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 04f81b7..077a418 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -126,6 +126,11 @@ jobs: toolchain: stable profile: minimal override: true + - name: Install dependencies + shell: bash + run: | + sudo apt update + sudo apt-get install -y libdbus-1-dev - uses: actions-rs/cargo@v1 with: command: publish diff --git a/Cargo.toml b/Cargo.toml index 374ccdf..a42e281 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssup" -version = "0.3.4" +version = "0.3.5" authors = ["Shantanu Goel "] edition = "2018" description = "A utility to send notifications to local system or telegram" diff --git a/README.md b/README.md index b24bc06..511452a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ $ sleep 5 || ssup -m "Hello world!" # Send notification only on failure ░███ █████ ░░░░░ -ssup 0.3.4 - Shantanu Goel +ssup 0.3.5 - Shantanu Goel A utility to send notifications to local system or telegram USAGE: