Skip to content

Commit

Permalink
Bump version to 0.0.4 (#57)
Browse files Browse the repository at this point in the history
* Bump version to 0.0.4

* Ignore failures from coveralls step
  • Loading branch information
divergentdave committed Apr 28, 2023
1 parent 30990ed commit 4296985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:
uses: coverallsapp/github-action@v2
with:
file: ./lcov.info
continue-on-error: true
- name: Format
run: cargo fmt --all -- --check
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "divviup-api"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
publish = false
default-run = "divviup_api_bin"
Expand Down

0 comments on commit 4296985

Please sign in to comment.