Browse Source

release version (#124)

main
Srinath Setty 1 year ago
committed by GitHub
parent
commit
d35604fe15
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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.9.0"
version = "0.10.0"
authors = ["Srinath Setty <srinath@microsoft.com>"]
edition = "2021"
description = "Recursive zkSNARKs without trusted setup"
@ -47,4 +47,4 @@ name = "compressed-snark"
harness = false
[features]
default = [ "bellperson/default", "neptune/default" ]
default = [ "bellperson/default", "neptune/default" ]

Loading…
Cancel
Save