Skip to content

Commit f465aed

Browse files
committed
upgrade crate version in README.md
1 parent e62e575 commit f465aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Among transparent SNARKs, Spartan offers the fastest prover with speedups of 36
2929
## Examples
3030
To import `libspartan` into your Rust project, add the following dependency to `Cargo.toml`:
3131
```text
32-
spartan = "0.2.1"
32+
spartan = "0.3.0"
3333
```
3434

3535
The following example shows how to use `libspartan` to create and verify a SNARK proof.

0 commit comments

Comments
 (0)