zcash_extensions 0.1.0

This commit is contained in:
Jack Grigg 2024-07-15 14:19:58 +00:00
parent 34cf6d286a
commit 6ec8f6c933
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3148,7 +3148,7 @@ dependencies = [
[[package]] [[package]]
name = "zcash_extensions" name = "zcash_extensions"
version = "0.0.0" version = "0.1.0"
dependencies = [ dependencies = [
"blake2b_simd", "blake2b_simd",
"ff", "ff",

View File

@ -6,5 +6,7 @@ and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [0.1.0] - 2024-07-15
Initial release. Initial release.
MSRV is 1.70.0. MSRV is 1.70.0.

View File

@ -1,7 +1,7 @@
[package] [package]
name = "zcash_extensions" name = "zcash_extensions"
description = "Zcash Extension implementations & consensus node integration layer." description = "Zcash Extension implementations & consensus node integration layer."
version = "0.0.0" version = "0.1.0"
authors = ["Jack Grigg <jack@z.cash>", "Kris Nuttycombe <kris@z.cash>"] authors = ["Jack Grigg <jack@z.cash>", "Kris Nuttycombe <kris@z.cash>"]
homepage = "https://github.com/zcash/librustzcash" homepage = "https://github.com/zcash/librustzcash"
repository.workspace = true repository.workspace = true