zcash_extensions 0.1.0
This commit is contained in:
parent
34cf6d286a
commit
6ec8f6c933
|
@ -3148,7 +3148,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zcash_extensions"
|
||||
version = "0.0.0"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"blake2b_simd",
|
||||
"ff",
|
||||
|
|
|
@ -6,5 +6,7 @@ and this library adheres to Rust's notion of
|
|||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.0] - 2024-07-15
|
||||
Initial release.
|
||||
MSRV is 1.70.0.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "zcash_extensions"
|
||||
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>"]
|
||||
homepage = "https://github.com/zcash/librustzcash"
|
||||
repository.workspace = true
|
||||
|
|
Loading…
Reference in New Issue