From 0c05727e5897da8683ed1e941ebf5c1998af6f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 09:52:50 +0000 Subject: [PATCH] build(deps): bump dtolnay/rust-toolchain from 1.90.0 to 1.100.0 (#5638) Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1.90.0 to 1.100.0. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/1.90.0...1.100.0) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-nyms5-android-apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-nyms5-android-apk.yml b/.github/workflows/publish-nyms5-android-apk.yml index b4518d57c3..b1e6d1ad64 100644 --- a/.github/workflows/publish-nyms5-android-apk.yml +++ b/.github/workflows/publish-nyms5-android-apk.yml @@ -49,7 +49,7 @@ jobs: "build-tools;$SDK_BUILDTOOLS_VERSION" - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.90.0 + uses: dtolnay/rust-toolchain@1.100.0 - name: Install rust android targets run: |