From 6be51490425fbd552208e45a4346007ea5fade6b Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Fri, 5 Jul 2024 10:17:08 +0400 Subject: [PATCH] Prepare 0.4.1 release --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 32529b9..dc60f58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "rescue_poseidon" description = "Sponge construction based Algebraic Hash Functions" -keywords = ["poseidon", "rescue", "rescue prime", "sponge", "duplex sponge", "algebraic hash function", "arithmetization oriented hash function"] +keywords = ["poseidon", "rescue", "sponge"] +license = "MIT OR Apache-2.0" version = "0.4.1" authors = ["Sait Imamoglu "] edition = "2021" @@ -10,8 +11,7 @@ edition = "2021" [dependencies] -franklin_crypto = {package = "franklin-crypto", features = ["plonk"], git = "https://github.com/matter-labs/franklin-crypto", branch = "dev"} -# franklin_crypto = {package = "franklin-crypto", features = ["plonk"], path = "../franklin-crypto"} +franklin_crypto = {package = "franklin-crypto", features = ["plonk"], version = "=0.1.0" } num-bigint = "0.3" num-integer = "0.1" num-iter = "0.1" @@ -25,7 +25,7 @@ smallvec = "1.9" blake2 = "0.10" rayon = {version = "1.5", optional = true} lazy_static = {version = "1.4", optional = true} -futures = {version = "*", features = ["executor", "thread-pool"], optional = true} +futures = {version = "0.3", features = ["executor", "thread-pool"], optional = true} arrayvec = "0.7" [dev-dependencies] @@ -53,4 +53,4 @@ futures = ["dep:lazy_static", "dep:futures"] [[bench]] name = "benches" -harness = false \ No newline at end of file +harness = false