Skip to content

Commit 3e4c121

Browse files
committed
CI: Use correct MSRV toolchain
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.
1 parent 57ab8fc commit 3e4c121

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)