* bump version

* update readme
This commit is contained in:
Srinath Setty 2022-08-16 14:39:37 -07:00 коммит произвёл GitHub
Родитель e8e5ffd7cd
Коммит 633a6cc16b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

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