Skip to content

Commit

Permalink
Merge pull request #15 from ZenGo-X/curv-0.7
Browse files Browse the repository at this point in the history
Use curv from crates.io and bump version
  • Loading branch information
omershlo committed May 13, 2021
2 parents edf2006 + bb14506 commit d426710
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "centipede"
version = "0.2.11"
version = "0.2.12"
authors = [
"Omer <omer@kzencorp.com>",
"Gary <gary@kzencorp.com>"
Expand All @@ -13,15 +13,11 @@ crate-type = ["lib"]
serde_derive = "1.0"
serde = "1.0"
rayon = "1.0.3"

[dependencies.curv]
git = "https://github.com/KZen-networks/curv"
tag = "v0.6.2"
default-features = false
curv = { package = "curv-kzen", version = "0.7", default-features = false }

[dependencies.bulletproof]
git = "https://github.com/KZen-networks/bulletproofs"
tag = "v1.1.5"
tag = "v1.1.6"
default-features = false

[dev-dependencies]
Expand Down

0 comments on commit d426710

Please sign in to comment.