Skip to content

Commit

Permalink
Merge pull request #1104 from plebhash/msrv-cargo-semver-check
Browse files Browse the repository at this point in the history
use rust stable for semver CI
  • Loading branch information
plebhash authored Aug 15, 2024
2 parents a090844 + f64deca commit 742dfd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semver-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

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

- name: Cache Cargo registry
Expand Down

0 comments on commit 742dfd1

Please sign in to comment.