halo2 0.1.0-beta.2

This commit is contained in:
Jack Grigg 2022-02-14 22:03:40 +00:00
parent c9852c61ec
commit 80953d02c2
2 changed files with 6 additions and 4 deletions

View File

@ -6,6 +6,8 @@ and this project adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.0-beta.2] - 2022-02-14
### Removed
- Everything (moved to `halo2_proofs` crate).

View File

@ -1,17 +1,17 @@
[package]
name = "halo2"
version = "0.1.0-beta.1"
version = "0.1.0-beta.2"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Ying Tong Lai <yingtong@electriccoin.co>",
"Daira Hopwood <daira@electriccoin.co>",
"Jack Grigg <jack@electriccoin.co>",
]
edition = "2018"
description = "[BETA] Fast zero-knowledge proof-carrying data implementation with no trusted setup"
license-file = "../COPYING"
repository = "https://github.com/zcash/halo2"
documentation = "https://docs.rs/halo2"
readme = "../README.md"
categories = ["cryptography"]
keywords = ["halo", "proofs", "recursive", "zkp", "zkSNARKs"]
[package.metadata.docs.rs]
all-features = true