Skip to content

Commit

Permalink
Use curv from crates.io and bump version (#33)
Browse files Browse the repository at this point in the history
* Bump curv version to 0.7 and use the crates.io version

* Bump version to 1.1.5
  • Loading branch information
elichai committed May 13, 2021
1 parent ff548d0 commit 39e94f7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bulletproof"
version = "1.1.5"
version = "1.1.6"
authors = [
"Omer Shlomovits <omer@kzencorp.com>",
"Suyash Bagad <suyashnbagad1997@gmail.com>"
Expand All @@ -13,11 +13,7 @@ crate-type = ["lib"]
itertools = "0.7.8"
serde = "1.0"
serde_derive = "1.0"

[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 }

[dev-dependencies]
criterion = "0.2"
Expand Down

0 comments on commit 39e94f7

Please sign in to comment.