Skip to content

Commit

Permalink
build(deps): bump dtolnay/rust-toolchain from 1.70 to 1.90
Browse files Browse the repository at this point in the history
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1.70 to 1.90.
- [Release notes](https://github.com/dtolnay/rust-toolchain/releases)
- [Commits](https://github.com/dtolnay/rust-toolchain/commits/1.90)

---
updated-dependencies:
- dependency-name: dtolnay/rust-toolchain
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 591f600 commit ca891ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
version: "${{ env.PROTOC_VERSION }}"

- name: Rust setup (1.70.0)
uses: dtolnay/rust-toolchain@1.70.0
uses: dtolnay/rust-toolchain@1.90
with:
components: rustfmt, clippy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# use MSRV
- name: Set Rust version to MSRV 1.70
uses: dtolnay/rust-toolchain@1.70
uses: dtolnay/rust-toolchain@1.90
with:
# Add armv7, aarch64, i686, x86_64 targets
targets: armv7-linux-androideabi, aarch64-linux-android, i686-linux-android, x86_64-linux-android
Expand Down

0 comments on commit ca891ac

Please sign in to comment.