From 69abb5ebaf9d2b2c22b689bda5dd1da5fd42e715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 13:18:43 +0000 Subject: [PATCH] Bump rust-toolchain from nightly-2026-09-13 to nightly-2026-09-14 Bumps [rust-toolchain](https://github.com/rust-lang/rust) from nightly-2026-09-13 to nightly-2026-09-14. - [Release notes](https://github.com/rust-lang/rust/releases) - [Changelog](https://github.com/rust-lang/rust/blob/main/RELEASES.md) - [Commits](https://github.com/rust-lang/rust/commits) --- updated-dependencies: - dependency-name: rust-toolchain dependency-version: nightly-2026-09-14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ca01402..bff6328 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2026-09-13" +channel = "nightly-2026-09-14" targets = [ "wasm32-unknown-unknown", "wasm32-wasip3" ]