forked from jaspervdm/rust-secp256k1-zkp
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rangeproof::clone memory corruption and remove rustc
- Loading branch information
Showing
5 changed files
with
16 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
|
||
name = "grin_secp256k1zkp" | ||
version = "0.7.12" | ||
version = "0.7.13" | ||
authors = [ "Grin Developers <[email protected]>", | ||
"Dawid Ciężarkiewicz <[email protected]>", | ||
"Andrew Poelstra <[email protected]>"] | ||
|
@@ -33,7 +33,6 @@ arrayvec = "0.3" | |
clippy = {version = "0.0", optional = true} | ||
rand = "0.5" | ||
libc = "0.2" | ||
rustc-serialize = "0.3" | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" | ||
zeroize = { version = "1.1", features = ["zeroize_derive"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters