From d40640555e3562ffb8391b33c09b6e6585a06f57 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Tue, 16 Aug 2022 14:39:37 -0700 Subject: [PATCH] Update version and readme (#53) * bump version * update readme --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 61f8d8b..095983a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spartan" -version = "0.6.0" +version = "0.7.0" authors = ["Srinath Setty "] edition = "2021" description = "High-speed zkSNARKs without trusted setup" diff --git a/README.md b/README.md index 07e9677..89c52c3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ We now highlight Spartan's distinctive features. To import `libspartan` into your Rust project, add the following dependency to `Cargo.toml`: ```text -spartan = "0.4.1" +spartan = "0.7.0" ``` The following example shows how to use `libspartan` to create and verify a SNARK proof.