Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
V0ldek authored Feb 28, 2024
1 parent 5e4153a commit acc5492
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,17 +358,16 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true
- name: Install Rust toolchain (stable)
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # master
- name: cargo install cargo-msrv
# You may pin to the exact commit or the version.
# uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b
uses: baptiste0928/[email protected]
with:
toolchain: stable
- name: Override toolchain
run: rustup override set stable
- name: Install cargo-msrv
run: cargo install cargo-msrv
# Name of the crate to install
crate: cargo-msrv
- name: Run cargo-msrv verify on rsonpath
run: cargo msrv --path ./crates/rsonpath verify
- name: Run cargo-msrv verify on rsonpath-lib
run: cargo msrv --path ./crates/rsonpath-lib verify
- name: Run cargo-msrv verify on rsonpath-syntax
run: cargo msrv --path ./crates/rsonpath-syntax verify
run: cargo msrv --path ./crates/rsonpath-syntax verify

0 comments on commit acc5492

Please sign in to comment.