fix version number (#38)

This commit is contained in:
Srinath Setty
2021-10-14 16:15:56 -07:00
committed by GitHub
parent 19d1d63703
commit c9cdb0a5e7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "spartan"
version = "0.4.0"
version = "0.4.1"
authors = ["Srinath Setty <srinath@microsoft.com>"]
edition = "2018"
description = "High-speed zkSNARKs without trusted setup"

View File

@@ -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.3.0"
spartan = "0.4.1"
```
The following example shows how to use `libspartan` to create and verify a SNARK proof.