diff --git a/Cargo.toml b/Cargo.toml index 9cc6734..f3728f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rescue_poseidon" description = "Sponge construction based Algebraic Hash Functions" keywords = ["poseidon", "rescue", "sponge"] -version = "0.5.1" +version = "0.5.2" authors = ["Sait Imamoglu "] edition = "2021" license = "MIT OR Apache-2.0" @@ -14,7 +14,7 @@ derivative = "2" typemap_rev = "0.3" lazy_static = "1.4" -franklin_crypto = {package = "franklin-crypto", features = ["plonk"], version = "=0.2.1" } +franklin_crypto = {package = "franklin-crypto", features = ["plonk"], version = "=0.2.2" } num-bigint = "0.3" num-integer = "0.1" num-iter = "0.1" diff --git a/rust-toolchain b/rust-toolchain index 5aaef38..03c040b 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2024-05-07 +nightly-2024-08-01