-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c301ce3 Update MSRV to 1.56.1 (Jose Storopoli) Pull request description: Following `rust-bitcoin` MSRV of 1.56.1, this pins MSRV to 1.56.1. Quoting a recent merge in `rust-bitcoin` > Rust version 1.56.0 introduced edition 2021. Shortly afterwards, on > October 21 2021 Rust version 1.56.1 was released. > > Debian stable is currently shipping `rustc 1.63.0`. > > Our stated MSRV policy is: In Debian stable and at least 2 years old. > > Therefore our MSRV policy is met by Rust version 1.56.1 and we can strat > to bump our MSRV org wide. > > Links: > - https://blog.rust-lang.org/2021/11/01/Rust-1.56.1.html > - https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html > - https://packages.debian.org/stable/rust/rustc Removing the pins in `contrib/test.sh` since they are not necessary in 1.56.1. EDIT: CI fails because of the `#[allow(dead_code)]` implemented in #638 on some Psbt traits. Do I port these to here? Conceptually they belong to #638 and not here. ACKs for top commit: apoelstra: ACK c301ce3 Tree-SHA512: 9dad92068d03a648e0d16e1bf0cba34a1959be981fbcec28bc3e6265b2c82df1380777b047e68c69ed80c579638a7e67738d3cec28293e7259abae3f348c3752
- Loading branch information
Showing
4 changed files
with
5 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
msrv = "1.48.0" | ||
msrv = "1.56.1" | ||
# plan API returns Self as an error type for an large-ish enum | ||
large-error-threshold = 256 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters