Browse Source

support for stable Rust

main
Srinath Setty 2 years ago
parent
commit
bebcc94904
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Cargo.toml

+ 2
- 2
Cargo.toml

@ -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"] }

Loading…
Cancel
Save