Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminch committed Jan 20, 2025
1 parent 54de57e commit 2e6ad51
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 106 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
run: cargo test --workspace --no-default-features

msrv:
name: "check MSRV: 1.80.1"
name: "check MSRV: 1.83.0"
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.80.1 # MSRV
toolchain: 1.83.0 # MSRV
- uses: Swatinem/rust-cache@v2
- name: default features
run: cargo check --workspace --all-targets
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.80.1 # MSRV
toolchain: 1.83.0 # MSRV
components: clippy
- uses: Swatinem/rust-cache@v2
- name: install SARIF tools
Expand Down
Loading

0 comments on commit 2e6ad51

Please sign in to comment.