From c5f20877cc56918cf43453917b3181065378f79b Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Mon, 17 Oct 2022 14:52:13 -0700 Subject: [PATCH] update readme (#56) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89c52c3..c338173 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.7.0" +spartan = "0.7.1" ``` The following example shows how to use `libspartan` to create and verify a SNARK proof.