mirror of
https://github.com/AtHeartEngineer/halo2.git
synced 2026-01-09 20:48:02 -05:00
@@ -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] - 2022-05-10
|
||||
### Added
|
||||
- `halo2_gadgets::utilities`:
|
||||
- `FieldValue` trait.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "halo2_gadgets"
|
||||
version = "0.1.0-beta.3"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Sean Bowe <sean@electriccoin.co>",
|
||||
"Jack Grigg <jack@electriccoin.co>",
|
||||
@@ -10,7 +10,7 @@ authors = [
|
||||
]
|
||||
edition = "2021"
|
||||
rust-version = "1.56.1"
|
||||
description = "[BETA] Reusable gadgets and chip implementations for Halo 2"
|
||||
description = "Reusable gadgets and chip implementations for Halo 2"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/zcash/halo2"
|
||||
readme = "README.md"
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
# halo2_gadgets [](https://crates.io/crates/halo2_gadgets) #
|
||||
|
||||
**IMPORTANT**: This library is in beta, and should not be used in production software.
|
||||
|
||||
Requires Rust 1.51+.
|
||||
Requires Rust 1.56.1+.
|
||||
|
||||
## Documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user