Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
Release 0.2.2
  • Loading branch information
lander86 authored Feb 14, 2022
2 parents 724cc0f + 744a59b commit 907a7fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poly-commit"
version = "0.2.1"
version = "0.2.2"
authors = [
"Alessandro Chiesa <[email protected]>",
"Mary Maller <[email protected]>",
Expand All @@ -24,8 +24,8 @@ license = "MIT/Apache-2.0"
edition = "2018"

[dependencies]
algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1", features = ["parallel", "fft", "derive"] }
bench-utils = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1" }
algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.4.0", features = ["parallel", "fft", "derive"] }
bench-utils = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.4.0" }

rand = { version = "=0.8.4", default-features = false }
rand_chacha = { version = "=0.3.1", default-features = false }
Expand All @@ -35,7 +35,7 @@ rayon = { version = "=1.5.1" }
derivative = { version = "=2.2.0" }

[dev-dependencies]
algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1", features = ["bls12_381", "jubjub", "bn_382", "bls12_377", "tweedle"] }
algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.4.0", features = ["bls12_381", "jubjub", "bn_382", "bls12_377", "tweedle"] }
criterion = "=0.3.5"
rand_xorshift = "=0.3.0"
blake2 = { version = "=0.8.1", default-features = false }
Expand Down

0 comments on commit 907a7fb

Please sign in to comment.