diff --git a/light-poseidon/Cargo.toml b/light-poseidon/Cargo.toml index 708e24e..8ccabd2 100644 --- a/light-poseidon/Cargo.toml +++ b/light-poseidon/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "light-poseidon" -version = "0.0.6" -authors = ["Michal Rostecki "] +version = "0.1.0" +authors = ["Mike Rostecki "] description = "Poseidon hash implementation in Rust" repository = "https://github.com/Lightprotocol/light-poseidon" readme = "../README.md" @@ -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"