Skip to content

Commit

Permalink
chore(deps): bump actions-rust-lang/setup-rust-toolchain (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent d06c324 commit 1a8271b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
del C:\Windows\System32\bash.exe
- name: Setup Rust toolchain and cache
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
uses: actions-rust-lang/setup-rust-toolchain@v1.10.0
with:
toolchain: stable
components: clippy, rustfmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4.1.7

- name: Setup Rust toolchain and cache
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
uses: actions-rust-lang/setup-rust-toolchain@v1.10.0
with:
toolchain: stable
target: ${{ matrix.target }}
Expand Down

0 comments on commit 1a8271b

Please sign in to comment.