1 parent 72bceb9 commit 89195b4Copy full SHA for 89195b4
1 file changed
rust-toolchain.toml
@@ -1,6 +1,4 @@
1
[toolchain]
2
-# Needed nightly features:
3
-# - cargo `Z-bindeps` to build and embed preload shared libraries as dependencies of fspy
4
-# - `windows_process_extensions_main_thread_handle` to get the main thread handle for Detours injection
5
-channel = "nightly-2025-10-31"
+# nightly features required by vite-task
+channel = "nightly-2025-12-11"
6
profile = "default"
0 commit comments