This commit is contained in:
Jack Grigg 2024-12-13 22:59:19 +00:00
parent 7238aa4e1d
commit a355905c5e
3 changed files with 4 additions and 2 deletions

View File

@ -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.

2
Cargo.lock generated
View File

@ -60,7 +60,7 @@ dependencies = [
[[package]]
name = "zip32"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"assert_matches",
"blake2b_simd",

View File

@ -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>",