zcash 0.1.0

This commit is contained in:
Jack Grigg 2024-07-15 15:31:57 +00:00
parent 51e8fff161
commit 013757b81c
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3086,7 +3086,7 @@ checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
[[package]] [[package]]
name = "zcash" name = "zcash"
version = "0.0.0" version = "0.1.0"
dependencies = [ dependencies = [
"document-features", "document-features",
"zcash_primitives", "zcash_primitives",

View File

@ -6,6 +6,8 @@ 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 that re-exports other crates. Expect that the API surface of Initial release that re-exports other crates. Expect that the API surface of
this crate will change significantly in future releases. this crate will change significantly in future releases.
MSRV is 1.70.0. MSRV is 1.70.0.

View File

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