Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
crates.io release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilLuta committed Jul 31, 2024
1 parent 2d205e2 commit 88f2010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rescue_poseidon"
description = "Sponge construction based Algebraic Hash Functions"
keywords = ["poseidon", "rescue", "sponge"]
version = "0.5.0"
version = "0.5.1"
authors = ["Sait Imamoglu <si@matterlabs.dev>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -14,7 +14,7 @@ derivative = "2"

typemap_rev = "0.3"
lazy_static = "1.4"
franklin_crypto = {package = "franklin-crypto", features = ["plonk"], version = "=0.2.0" }
franklin_crypto = {package = "franklin-crypto", features = ["plonk"], version = "=0.2.1" }
num-bigint = "0.3"
num-integer = "0.1"
num-iter = "0.1"
Expand Down

0 comments on commit 88f2010

Please sign in to comment.