Bump MSRV for `zcash_primitives` and dependents to 1.65

This commit is contained in:
Jack Grigg 2023-05-16 15:37:07 +00:00
parent bc55893267
commit 8681b56d52
13 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "1.60.0"
channel = "1.65.0"
components = [ "clippy", "rustfmt" ]

View File

@ -7,6 +7,7 @@ and this library adheres to Rust's notion of
## [Unreleased]
### Changed
- MSRV is now 1.65.0.
- Bumped dependencies to `hdwallet 0.4`.
## [0.9.0] - 2023-04-28

View File

@ -11,7 +11,7 @@ repository = "https://github.com/zcash/librustzcash"
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.60"
rust-version = "1.65"
# Exclude proto files so crates.io consumers don't need protoc.
exclude = ["*.proto"]

View File

@ -7,6 +7,7 @@ and this library adheres to Rust's notion of
## [Unreleased]
### Changed
- MSRV is now 1.65.0.
- Bumped dependencies to `hdwallet 0.4`.
## [0.7.0] - 2023-04-28

View File

@ -11,7 +11,7 @@ repository = "https://github.com/zcash/librustzcash"
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.60"
rust-version = "1.65"
[dependencies]
incrementalmerkletree = { version = "0.3", features = ["legacy-api"] }

View File

@ -7,4 +7,4 @@ and this library adheres to Rust's notion of
## [Unreleased]
Initial release.
MSRV is 1.60.0.
MSRV is 1.65.0.

View File

@ -7,7 +7,7 @@ homepage = "https://github.com/zcash/librustzcash"
repository = "https://github.com/zcash/librustzcash"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.60"
rust-version = "1.65"
[dependencies]
blake2b_simd = "1"

View File

@ -7,7 +7,7 @@ and this library adheres to Rust's notion of
## [Unreleased]
### Changed
- MSRV is now 1.60.0.
- MSRV is now 1.65.0.
- Bumped dependencies to `primitive-types 0.12`.
## [0.3.0] - 2022-05-11

View File

@ -3,7 +3,7 @@ name = "zcash_history"
version = "0.3.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
edition = "2021"
rust-version = "1.60"
rust-version = "1.65"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/zcash_history/"
description = "Library for Zcash blockchain history tools"

View File

@ -7,6 +7,7 @@ and this library adheres to Rust's notion of
## [Unreleased]
### Changed
- MSRV is now 1.65.0.
- Bumped dependencies to `secp256k1 0.26`, `hdwallet 0.4`.
### Removed

View File

@ -11,7 +11,7 @@ repository = "https://github.com/zcash/librustzcash"
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.60"
rust-version = "1.65"
categories = ["cryptography::cryptocurrencies"]
[package.metadata.docs.rs]

View File

@ -6,6 +6,8 @@ and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- MSRV is now 1.65.0.
### Removed
- `circuit::sapling::TREE_DEPTH` use `zcash_primitives::sapling::NOTE_COMMITMENT_TREE_DEPTH` instead

View File

@ -10,7 +10,7 @@ repository = "https://github.com/zcash/librustzcash"
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.60"
rust-version = "1.65"
categories = ["cryptography::cryptocurrencies"]
[package.metadata.docs.rs]