Skip to content

Commit

Permalink
lock semver-checks to 37 while replacing MSRV with stable
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Dec 18, 2024
1 parent e042650 commit 217de0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/semver-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Rust 1.75.0
- name: Install Rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.75.0
toolchain: stable
override: true

- name: Cache Cargo registry
Expand All @@ -42,7 +42,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y cmake

- name: Install cargo-semver-checks
run: cargo install cargo-semver-checks --version 0.33.0 --locked
run: cargo install cargo-semver-checks --version 0.37.0 --locked

- name: Run semver checks for common
working-directory: common
Expand Down

0 comments on commit 217de0e

Please sign in to comment.