halo2_gadgets 0.1.0

Closes zcash/halo2#460.
This commit is contained in:
Jack Grigg
2022-05-10 21:59:23 +00:00
parent 3bc0c598ef
commit e36041d198
3 changed files with 5 additions and 5 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] - 2022-05-10
### Added
- `halo2_gadgets::utilities`:
- `FieldValue` trait.

View File

@@ -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"

View File

@@ -1,8 +1,6 @@
# halo2_gadgets [![Crates.io](https://img.shields.io/crates/v/halo2_gadgets.svg)](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