Skip to content

Commit 8ee8e39

Browse files
committed
Fix msrv: Use -Zminimal-versions, not -ZAminimal
Signed-off-by: Jiahao XU <[email protected]>
1 parent 3399dcf commit 8ee8e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
rustup toolchain install nightly --no-self-update --profile minimal
9999
shell: bash
100100

101-
- run: cargo +nightly update -Zminimal
101+
- run: cargo +nightly update -Zminimal-versions
102102

103103
- uses: Swatinem/rust-cache@v2
104104

0 commit comments

Comments
 (0)