From 3a4944d675c4426c8e053ba7be565e13c7f22ebb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 17:20:11 +0000 Subject: [PATCH] chore(deps): update rust to nightly-2026-09-13 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1c39b449c8..91ebff38dd 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,7 +2,7 @@ # Needed nightly features: # - cargo `Z-bindeps` to build and embed preload shared libraries as dependencies of fspy # - `windows_process_extensions_main_thread_handle` to get the main thread handle for Detours injection -channel = "nightly-2026-08-02" +channel = "nightly-2026-09-13" profile = "default" # vp_trampoline uses rust-src to build std from source. # This reduces the shim binary size.