Bump MSRV for `zcash_primitives` and dependents to 1.65
This commit is contained in:
parent
bc55893267
commit
8681b56d52
|
@ -1,3 +1,3 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.60.0"
|
channel = "1.65.0"
|
||||||
components = [ "clippy", "rustfmt" ]
|
components = [ "clippy", "rustfmt" ]
|
||||||
|
|
|
@ -7,6 +7,7 @@ and this library adheres to Rust's notion of
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changed
|
### Changed
|
||||||
|
- MSRV is now 1.65.0.
|
||||||
- Bumped dependencies to `hdwallet 0.4`.
|
- Bumped dependencies to `hdwallet 0.4`.
|
||||||
|
|
||||||
## [0.9.0] - 2023-04-28
|
## [0.9.0] - 2023-04-28
|
||||||
|
|
|
@ -11,7 +11,7 @@ repository = "https://github.com/zcash/librustzcash"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.60"
|
rust-version = "1.65"
|
||||||
|
|
||||||
# Exclude proto files so crates.io consumers don't need protoc.
|
# Exclude proto files so crates.io consumers don't need protoc.
|
||||||
exclude = ["*.proto"]
|
exclude = ["*.proto"]
|
||||||
|
|
|
@ -7,6 +7,7 @@ and this library adheres to Rust's notion of
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changed
|
### Changed
|
||||||
|
- MSRV is now 1.65.0.
|
||||||
- Bumped dependencies to `hdwallet 0.4`.
|
- Bumped dependencies to `hdwallet 0.4`.
|
||||||
|
|
||||||
## [0.7.0] - 2023-04-28
|
## [0.7.0] - 2023-04-28
|
||||||
|
|
|
@ -11,7 +11,7 @@ repository = "https://github.com/zcash/librustzcash"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.60"
|
rust-version = "1.65"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
incrementalmerkletree = { version = "0.3", features = ["legacy-api"] }
|
incrementalmerkletree = { version = "0.3", features = ["legacy-api"] }
|
||||||
|
|
|
@ -7,4 +7,4 @@ and this library adheres to Rust's notion of
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
Initial release.
|
Initial release.
|
||||||
MSRV is 1.60.0.
|
MSRV is 1.65.0.
|
||||||
|
|
|
@ -7,7 +7,7 @@ homepage = "https://github.com/zcash/librustzcash"
|
||||||
repository = "https://github.com/zcash/librustzcash"
|
repository = "https://github.com/zcash/librustzcash"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.60"
|
rust-version = "1.65"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
blake2b_simd = "1"
|
blake2b_simd = "1"
|
||||||
|
|
|
@ -7,7 +7,7 @@ and this library adheres to Rust's notion of
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changed
|
### Changed
|
||||||
- MSRV is now 1.60.0.
|
- MSRV is now 1.65.0.
|
||||||
- Bumped dependencies to `primitive-types 0.12`.
|
- Bumped dependencies to `primitive-types 0.12`.
|
||||||
|
|
||||||
## [0.3.0] - 2022-05-11
|
## [0.3.0] - 2022-05-11
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "zcash_history"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
authors = ["NikVolf <nikvolf@gmail.com>"]
|
authors = ["NikVolf <nikvolf@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.60"
|
rust-version = "1.65"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
documentation = "https://docs.rs/zcash_history/"
|
documentation = "https://docs.rs/zcash_history/"
|
||||||
description = "Library for Zcash blockchain history tools"
|
description = "Library for Zcash blockchain history tools"
|
||||||
|
|
|
@ -7,6 +7,7 @@ and this library adheres to Rust's notion of
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changed
|
### Changed
|
||||||
|
- MSRV is now 1.65.0.
|
||||||
- Bumped dependencies to `secp256k1 0.26`, `hdwallet 0.4`.
|
- Bumped dependencies to `secp256k1 0.26`, `hdwallet 0.4`.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
|
@ -11,7 +11,7 @@ repository = "https://github.com/zcash/librustzcash"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.60"
|
rust-version = "1.65"
|
||||||
categories = ["cryptography::cryptocurrencies"]
|
categories = ["cryptography::cryptocurrencies"]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
|
|
|
@ -6,6 +6,8 @@ and this library adheres to Rust's notion of
|
||||||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Changed
|
||||||
|
- MSRV is now 1.65.0.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- `circuit::sapling::TREE_DEPTH` use `zcash_primitives::sapling::NOTE_COMMITMENT_TREE_DEPTH` instead
|
- `circuit::sapling::TREE_DEPTH` use `zcash_primitives::sapling::NOTE_COMMITMENT_TREE_DEPTH` instead
|
||||||
|
|
|
@ -10,7 +10,7 @@ repository = "https://github.com/zcash/librustzcash"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.60"
|
rust-version = "1.65"
|
||||||
categories = ["cryptography::cryptocurrencies"]
|
categories = ["cryptography::cryptocurrencies"]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
|
|
Loading…
Reference in New Issue