Skip to content

Commit

Permalink
Cut v1.0.0-beta.1 to fix release CI (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Dec 20, 2022
1 parent 65c67a2 commit 577a562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
needs: check-version
env:
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
steps:
- name: Publish
run: cargo publish
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethereum_hashing"
version = "1.0.0-beta.0"
version = "1.0.0-beta.1"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 577a562

Please sign in to comment.