diff --git a/Cargo.lock b/Cargo.lock index ba5be73795..2b67d92e2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6160,7 +6160,7 @@ dependencies = [ [[package]] name = "zcash_keys" -version = "0.4.0" +version = "0.5.0" dependencies = [ "bech32", "bip32", diff --git a/Cargo.toml b/Cargo.toml index 8c5f9fdf45..c766a1a7aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ equihash = { version = "0.2", path = "components/equihash" } zcash_address = { version = "0.6", path = "components/zcash_address" } zcash_client_backend = { version = "0.14", path = "zcash_client_backend" } zcash_encoding = { version = "0.2.1", path = "components/zcash_encoding" } -zcash_keys = { version = "0.4", path = "zcash_keys" } +zcash_keys = { version = "0.5", path = "zcash_keys" } zcash_protocol = { version = "0.4.1", path = "components/zcash_protocol" } zip321 = { version = "0.2", path = "components/zip321" } diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 762aba7d99..1819c1d00b 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -293,8 +293,8 @@ user-login = "str4d" user-name = "Jack Grigg" [[publisher.zcash_keys]] -version = "0.4.0" -when = "2024-10-04" +version = "0.5.0" +when = "2024-11-14" user-id = 169181 user-login = "nuttycom" user-name = "Kris Nuttycombe" @@ -307,18 +307,18 @@ user-login = "nuttycom" user-name = "Kris Nuttycombe" [[publisher.zcash_primitives]] -version = "0.19.0" -when = "2024-10-02" -user-id = 6289 -user-login = "str4d" -user-name = "Jack Grigg" +version = "0.20.0" +when = "2024-11-14" +user-id = 169181 +user-login = "nuttycom" +user-name = "Kris Nuttycombe" [[publisher.zcash_proofs]] -version = "0.19.0" -when = "2024-10-02" -user-id = 6289 -user-login = "str4d" -user-name = "Jack Grigg" +version = "0.20.0" +when = "2024-11-14" +user-id = 169181 +user-login = "nuttycom" +user-name = "Kris Nuttycombe" [[publisher.zcash_protocol]] version = "0.4.1" diff --git a/zcash_keys/CHANGELOG.md b/zcash_keys/CHANGELOG.md index 2ee7f47c9f..54a42f5849 100644 --- a/zcash_keys/CHANGELOG.md +++ b/zcash_keys/CHANGELOG.md @@ -6,7 +6,10 @@ and this library adheres to Rust's notion of ## [Unreleased] +## [0.5.0] - 2024-11-14 + ### Changed +- Migrated to `zcash_primitives 0.20.0` - MSRV is now 1.77.0. ## [0.4.0] - 2024-10-04 diff --git a/zcash_keys/Cargo.toml b/zcash_keys/Cargo.toml index 5f1f5382a9..aa86997105 100644 --- a/zcash_keys/Cargo.toml +++ b/zcash_keys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zcash_keys" description = "Zcash key and address management" -version = "0.4.0" +version = "0.5.0" authors = [ "Jack Grigg ", "Kris Nuttycombe "