From 2be7293b63402e8b3c1fb5b429b62bfc15d36e37 Mon Sep 17 00:00:00 2001 From: arya2 Date: Wed, 6 Dec 2023 14:05:09 -0500 Subject: [PATCH] mentions/updates MSRV --- CHANGELOG.md | 2 ++ zebra-utils/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 888ac5092ea..632f0864c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ towards supporting shielded scanning in Zebra. There are still known security is feature, it is not recommended to use important private keys when testing Zebra's experimental shielded scanning support. Ongoing development is tracked in issue [#7728](https://github.com/ZcashFoundation/zebra/issues/7728). +As of this release, Zebra requires Rust 1.73 to build. + ### Security - security(net): Stop sending peer addresses from version messages directly to the address book ([#7977](https://github.com/ZcashFoundation/zebra/pull/7977)) diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index ac3168e4a92..45578ad98ec 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -17,7 +17,7 @@ categories = ["command-line-utilities", "cryptography::cryptocurrencies"] # Zebra is only supported on the latest stable Rust version. See the README for details. # Any Zebra release can break compatibility with older Rust versions. -rust-version = "1.70" +rust-version = "1.73" [[bin]] name = "zebra-checkpoints" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 188da85efcc..d72afdea586 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -19,7 +19,7 @@ edition = "2021" # Zebra is only supported on the latest stable Rust version. See the README for details. # Any Zebra release can break compatibility with older Rust versions. -rust-version = "1.70" +rust-version = "1.73" # Settings that impact runtime behaviour