Skip to content

Commit

Permalink
bump Rust version used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
epanchee committed Jan 3, 2024
1 parent af9b0cc commit 382ea42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.0
toolchain: 1.75.0
override: true

- name: Fetch cargo deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.0
toolchain: 1.75.0
override: true

- name: Run cargo-tarpaulin
Expand Down

0 comments on commit 382ea42

Please sign in to comment.