Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyigumnov committed Mar 26, 2024
1 parent 41d96b9 commit 78b7a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Build
run: cargo build --verbose
run: cargo build --verbose --release
- name: Upload windows release binary
uses: actions/upload-release-asset@v1
env:
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.1.7"
version = "0.1.8"
edition = "2021"

authors = ["Evgeny Igumnov <igumnovnsk@gmail.com>"]
Expand Down

0 comments on commit 78b7a81

Please # to comment.