This commit is contained in:
Jack Grigg 2023-12-07 16:02:38 +00:00
parent 8c8288e679
commit 717ec1070e
3 changed files with 3 additions and 2 deletions

View File

@ -7,4 +7,5 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.1.0] - 2023-12-07
Initial release.

2
Cargo.lock generated
View File

@ -33,7 +33,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "zcash_spec"
version = "0.0.0"
version = "0.1.0"
dependencies = [
"blake2b_simd",
]

View File

@ -1,6 +1,6 @@
[package]
name = "zcash_spec"
version = "0.0.0"
version = "0.1.0"
authors = [
"Jack Grigg <jack@electriccoin.co>",
]