Skip to content

Commit

Permalink
Fix cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanugoel committed Jun 18, 2021
1 parent d3d9034 commit 97a3606
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssup"
version = "0.3.4"
version = "0.3.5"
authors = ["Shantanu Goel <[email protected]>"]
edition = "2018"
description = "A utility to send notifications to local system or telegram"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ sleep 5 || ssup -m "Hello world!" # Send notification only on failure
░███
█████
░░░░░
ssup 0.3.4 - Shantanu Goel <[email protected]>
ssup 0.3.5 - Shantanu Goel <[email protected]>
A utility to send notifications to local system or telegram
USAGE:
Expand Down

0 comments on commit 97a3606

Please sign in to comment.