From 97a36060861135a7974a4359dcc3188b91d53bb4 Mon Sep 17 00:00:00 2001 From: Shantanu Goel Date: Sat, 19 Jun 2021 00:36:57 +0530 Subject: [PATCH] Fix cargo publish --- .github/workflows/cd.yml | 5 +++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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: