Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 58997e0

Browse files
committed
Bump MSRV to Rust 1.63.0
As we have done all across the rust-bitcoin ecosystem update the MSRV to Rust `v1.63.0`.
1 parent 50f7cfe commit 58997e0

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,10 @@ from `rust-bitcoincore-rpc` was just shamelessy stolen. As such I have maintaine
2929
author's list and added my own name for accountability. All bugs are my own (tcharding).
3030

3131
- [rust-bitcoincore-rpcv0.19.0](https://github.com/rust-bitcoin/rust-bitcoincore-rpc)
32-
- [`bitcoind`](https://crates.io/crates/bitcoind)
32+
- [`bitcoind`](https://crates.io/crates/bitcoind)
33+
34+
## Minimum Supported Rust Version (MSRV)
35+
36+
This library should always compile with any combination of features on **Rust 1.63.0**.
37+
38+
Use `Cargo-minimal.lock` to build the MSRV by copying to `Cargo.lock` and building.

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["cryptography::cryptocurrencies"]
1414
keywords = ["bitcoin", "bitcoind", "json-rpc"]
1515
readme = "README.md"
1616
edition = "2021"
17-
rust-version = "1.56.1"
17+
rust-version = "1.63.0"
1818
exclude = ["tests", "contrib"]
1919

2020
[package.metadata.docs.rs]

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
msrv = "1.56.1"
1+
msrv = "1.63.0"
22
too-many-arguments-threshold = 13

json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["cryptography::cryptocurrencies"]
1414
keywords = ["bitcoin", "bitcoind", "json-rpc"]
1515
readme = "README.md"
1616
edition = "2021"
17-
rust-version = "1.56.1"
17+
rust-version = "1.63.0"
1818
exclude = ["tests", "contrib"]
1919

2020
[features]

regtest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = ["cryptography::cryptocurrencies", "development-tools::testing"]
99
keywords = ["bitcoin", "bitcoind", "json-rpc"]
1010
readme = "README.md"
1111
edition = "2021"
12-
rust-version = "1.56.1"
12+
rust-version = "1.63.0"
1313
exclude = ["tests", "contrib"]
1414

1515
[dependencies]

0 commit comments

Comments
 (0)