Skip to content

Commit b675fa5

Browse files
committed
Pin cargo-platform dependency
Cargo-platform no longer works on rustc older than 1.78, whereas skeptic still does not work on rustc newer than 1.76. error: package `cargo-platform v0.1.9` cannot be built because it requires rustc 1.78 or newer, while the currently active rustc version is 1.76.0 Either upgrade to rustc 1.78 or newer, or use cargo update [email protected] --precise ver where `ver` is the latest version of `cargo-platform` supporting rustc 1.76.0
1 parent 8774f67 commit b675fa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- uses: dtolnay/rust-toolchain@master
2525
with:
2626
toolchain: ${{matrix.rust}}
27+
- name: pin dependencies
28+
run: cargo update cargo-platform --precise 0.1.8
29+
working-directory: _skeptic
2730
- run: cargo test
2831
working-directory: _skeptic
2932
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)