Skip to content

Commit

Permalink
Commit renamed Cargo.lock file
Browse files Browse the repository at this point in the history
It will be used by min_rust workflow to build and check
with our MSRV to prevent errors from packages updating their MSRV.
  • Loading branch information
Lorak-mmk committed Oct 26, 2023
1 parent 5830269 commit 226dc9e
Show file tree
Hide file tree
Showing 2 changed files with 2,157 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
rustup override set ${{ env.rust_min }}
- name: Print Rust version
run: rustc --version
- name: Use MSRV Cargo.lock
run: mv Cargo.lock.msrv Cargo.lock
- name: MSRV cargo check with features
run: cargo check --verbose --all-targets
- name: MSRV cargo check without features
Expand Down
Loading

0 comments on commit 226dc9e

Please sign in to comment.