Browse Source

upgrade crate version in README.md

master
Srinath Setty 3 years ago
parent
commit
f465aed924
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
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.

Loading…
Cancel
Save