zcash_history 0.4.0
This commit is contained in:
parent
f4c4f1ab1c
commit
cdbd33e2ff
|
@ -3112,7 +3112,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zcash_history"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"blake2b_simd",
|
||||
|
|
|
@ -6,6 +6,8 @@ and this library adheres to Rust's notion of
|
|||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.4.0] - 2023-03-01
|
||||
### Changed
|
||||
- MSRV is now 1.65.0.
|
||||
- Bumped dependencies to `primitive-types 0.12`.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zcash_history"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["NikVolf <nikvolf@gmail.com>"]
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
|
Loading…
Reference in New Issue