Skip to content

Commit

Permalink
msrv: NO newer
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Apr 30, 2024
1 parent 84b87ab commit 5ec80dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,13 @@ jobs:
runs-on: windows-latest
# needs: [build]
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
# add_of_mut! requires for soundness
MSRV: 1.51.0
steps:
- uses: actions/checkout@v3
- run: |
rustup toolchain install ${{ env.MSRV }}
rustup default ${{ env.MSRV }}
- run: |
rustup run stable cargo generate-lockfile
rustup run stable cargo fetch
- run: |
cargo build --all-targets
- run: |
Expand Down

0 comments on commit 5ec80dc

Please sign in to comment.