Skip to content

Commit

Permalink
FIx ci.yml for msrv
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Feb 5, 2024
1 parent 91338c6 commit 038e04c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
CARGO_PROFILE_DEV_CODEGEN_UNITS: 4
CARGO_PROFILE_CHECK_ONLY_CODEGEN_UNITS: 4
MSRV: 1.75.0

jobs:
test:
Expand Down Expand Up @@ -102,8 +103,6 @@ jobs:
- run: |
rustup toolchain install $MSRV --profile minimal
rustup override set $MSRV
env:
MSRV: 1.75.0
= run: cargo -vV

Expand Down

0 comments on commit 038e04c

Please sign in to comment.