From f465aed9240ecd5e4a815a0de08164c37e97a9c0 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Thu, 22 Apr 2021 10:37:41 -0700 Subject: [PATCH] upgrade crate version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0532604..0361dae 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Among transparent SNARKs, Spartan offers the fastest prover with speedups of 36 ## Examples To import `libspartan` into your Rust project, add the following dependency to `Cargo.toml`: ```text -spartan = "0.2.1" +spartan = "0.3.0" ``` The following example shows how to use `libspartan` to create and verify a SNARK proof.