Skip to content

Commit

Permalink
chore: Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vadorovsky committed Aug 1, 2023
1 parent 54ce687 commit 44bdf5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions light-poseidon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "light-poseidon"
version = "0.0.6"
authors = ["Michal Rostecki <[email protected]>"]
version = "0.1.0"
authors = ["Mike Rostecki <[email protected]>"]
description = "Poseidon hash implementation in Rust"
repository = "https://github.com/Lightprotocol/light-poseidon"
readme = "../README.md"
Expand All @@ -16,7 +16,7 @@ ark-ff = "0.4.0"
thiserror = "1.0"

[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
rand = "0.8"
hex = "0.4.3"

Expand Down

0 comments on commit 44bdf5f

Please sign in to comment.