release version (#124)

This commit is contained in:
Srinath Setty
2023-01-18 10:00:22 -08:00
committed by GitHub
parent 23178ff54d
commit d35604fe15

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "nova-snark" name = "nova-snark"
version = "0.9.0" version = "0.10.0"
authors = ["Srinath Setty <srinath@microsoft.com>"] authors = ["Srinath Setty <srinath@microsoft.com>"]
edition = "2021" edition = "2021"
description = "Recursive zkSNARKs without trusted setup" description = "Recursive zkSNARKs without trusted setup"
@@ -47,4 +47,4 @@ name = "compressed-snark"
harness = false harness = false
[features] [features]
default = [ "bellperson/default", "neptune/default" ] default = [ "bellperson/default", "neptune/default" ]