mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-10 16:11:29 +01:00
support for stable Rust
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "nova-snark"
|
name = "nova-snark"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
authors = ["Srinath Setty <srinath@microsoft.com>"]
|
authors = ["Srinath Setty <srinath@microsoft.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Recursive zkSNARKs without trusted setup"
|
description = "Recursive zkSNARKs without trusted setup"
|
||||||
@@ -24,5 +24,5 @@ subtle = "2.4"
|
|||||||
pasta_curves = "0.3.0"
|
pasta_curves = "0.3.0"
|
||||||
neptune = "6"
|
neptune = "6"
|
||||||
generic-array = "0.14.4"
|
generic-array = "0.14.4"
|
||||||
bellperson-nonnative = "0.1.0"
|
bellperson-nonnative = "0.2.0"
|
||||||
rug = { version = "1.10", default-features = false, features = ["integer", "serde", "rand"] }
|
rug = { version = "1.10", default-features = false, features = ["integer", "serde", "rand"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user