Skip to content

Commit 86c6960

Browse files
committed
Merge rust-bitcoin#5351: CI: Use correct MSRV toolchain
3e4c121 CI: Use correct MSRV toolchain (Tobin C. Harding) Pull request description: In commit 2a40a35 (PR rust-bitcoin#3418) I copied the `rust.yml` file from `master` and in doing so used the wrong MSRV toolchain. Use the correct MSRV toolchain for this branch. This means that since October 2024 we have not been testing in CI with the advertised MSRV toolchain. Fix: rust-bitcoin#5350 ACKs for top commit: apoelstra: ACK 3e4c121; successfully ran local tests; since MSRV for this branch won't ever change, but really we ought to somehow get a SSOT here Tree-SHA512: 0f0c839cf345016e75462406bac4f34461aae086d3c9757388dac0844340a60e608e26170084ba60de83e2b73388aa3ab9c99d8e647a7d4df56eb34b5e289a58
2 parents 972776a + 3e4c121 commit 86c6960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: "Select toolchain"
8989
uses: dtolnay/rust-toolchain@stable
9090
with:
91-
toolchain: "1.63.0"
91+
toolchain: "1.56.1"
9292
- name: "Set dependencies"
9393
run: cp Cargo-${{ matrix.dep }}.lock Cargo.lock
9494
- name: "Run test script"

0 commit comments

Comments
 (0)