mirror of
https://github.com/AtHeartEngineer/halo2.git
synced 2026-01-09 20:48:02 -05:00
halo2_proofs 0.2.0
This commit is contained in:
@@ -19,7 +19,7 @@ all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"]
|
||||
|
||||
[dependencies]
|
||||
halo2_proofs = { version = "0.1", path = "../halo2_proofs" }
|
||||
halo2_proofs = { version = "0.2", path = "../halo2_proofs" }
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
||||
@@ -26,7 +26,7 @@ arrayvec = "0.7.0"
|
||||
bitvec = "1"
|
||||
ff = "0.12"
|
||||
group = "0.12"
|
||||
halo2_proofs = { version = "0.1", path = "../halo2_proofs" }
|
||||
halo2_proofs = { version = "0.2", path = "../halo2_proofs" }
|
||||
lazy_static = "1"
|
||||
pasta_curves = "0.4"
|
||||
proptest = { version = "1.0.0", optional = true }
|
||||
|
||||
@@ -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.2.0] - 2022-06-23
|
||||
### Added
|
||||
- `halo2_proofs::circuit::Value`, a more usable and type-safe replacement for
|
||||
`Option<V>` in circuit synthesis.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "halo2_proofs"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = [
|
||||
"Sean Bowe <sean@electriccoin.co>",
|
||||
"Ying Tong Lai <yingtong@electriccoin.co>",
|
||||
|
||||
Reference in New Issue
Block a user