Skip to content

Commit

Permalink
mentions/updates MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Dec 7, 2023
1 parent e3fe82c commit 2be7293
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion zebra-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2be7293

Please sign in to comment.