Skip to content

Commit 740f5ba

Browse files
committed
Add Cargo.msrv.lock, created using -Zminimal-versions
Signed-off-by: Jiahao XU <[email protected]>
1 parent facdf56 commit 740f5ba

File tree

2 files changed

+399
-2
lines changed

2 files changed

+399
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,9 @@ jobs:
9393
run: rustup toolchain install nightly --no-self-update --profile minimal
9494
shell: bash
9595

96-
- run: cargo +nightly update -Zminimal-versions
97-
9896
- uses: taiki-e/install-action@cargo-hack
9997

98+
- run: mv Cargo.msrv.lock Cargo.lock
10099
- uses: Swatinem/rust-cache@v2
101100

102101
- run: cargo hack check --lib --rust-version --ignore-private

0 commit comments

Comments
 (0)