mirror of https://github.com/zcash/zip32.git
v0.1.3
This commit is contained in:
parent
7238aa4e1d
commit
a355905c5e
|
@ -7,6 +7,8 @@ and this library adheres to Rust's notion of
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.3] - 2024-12-13
|
||||
|
||||
### Fixed
|
||||
- Disabled default features of dependencies to fix no-std support.
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zip32"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"blake2b_simd",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zip32"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
authors = [
|
||||
"Jack Grigg <jack@electriccoin.co>",
|
||||
"Kris Nuttycombe <kris@electriccoin.co>",
|
||||
|
|
Loading…
Reference in New Issue