From 4163665f525656bdf944796d7f6666bcb8fbe1e9 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Tue, 31 Jan 2023 16:28:11 -0800 Subject: [PATCH] release candidate (#133) --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4dcad42..994ee28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nova-snark" -version = "0.11.0" +version = "0.12.0" authors = ["Srinath Setty "] edition = "2021" description = "Recursive zkSNARKs without trusted setup" diff --git a/README.md b/README.md index acc2bfd..b738c47 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Recursive SNARKs including Nova have a wide variety of applications such as Roll This repository provides `nova-snark,` a Rust library implementation of Nova. -To run tests: +To run tests (we recommend the release mode to drastically shorten run times): ```text -cargo test +cargo test --release ``` ## References