support for stable Rust

This commit is contained in:
Srinath Setty
2022-04-08 13:34:48 -07:00
parent 27839896a3
commit bebcc94904

View File

@@ -1,6 +1,6 @@
[package]
name = "nova-snark"
version = "0.4.1"
version = "0.4.2"
authors = ["Srinath Setty <srinath@microsoft.com>"]
edition = "2018"
description = "Recursive zkSNARKs without trusted setup"
@@ -24,5 +24,5 @@ subtle = "2.4"
pasta_curves = "0.3.0"
neptune = "6"
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"] }