Skip to content

Commit c9cdb0a

Browse files
authored
fix version number (#38)
1 parent 19d1d63 commit c9cdb0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spartan"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Srinath Setty <[email protected]>"]
55
edition = "2018"
66
description = "High-speed zkSNARKs without trusted setup"

README.md

+1-1
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.3.0"
32+
spartan = "0.4.1"
3333
```
3434

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

0 commit comments

Comments
 (0)