This commit is contained in:
Jack Grigg 2023-12-06 17:45:07 +00:00
parent bbdd9b2551
commit 5c9a5de504
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-06
Initial release.

2
Cargo.lock generated
View File

@ -51,7 +51,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
[[package]]
name = "zip32"
version = "0.0.0"
version = "0.1.0"
dependencies = [
"assert_matches",
"blake2b_simd",

View File

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