update version (#61)
This commit is contained in:
Родитель
2be72b2af2
Коммит
89211b7849
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "spartan"
|
||||
version = "0.7.1"
|
||||
version = "0.8.0"
|
||||
authors = ["Srinath Setty <srinath@microsoft.com>"]
|
||||
edition = "2021"
|
||||
description = "High-speed zkSNARKs without trusted setup"
|
||||
|
|
|
@ -33,7 +33,7 @@ We now highlight Spartan's distinctive features.
|
|||
To import `libspartan` into your Rust project, add the following dependency to `Cargo.toml`:
|
||||
|
||||
```text
|
||||
spartan = "0.7.1"
|
||||
spartan = "0.8.0"
|
||||
```
|
||||
|
||||
The following example shows how to use `libspartan` to create and verify a SNARK proof.
|
||||
|
|
Загрузка…
Ссылка в новой задаче