diff --git a/rust-src.diff b/rust-src.diff index e69de29..0d42618 100644 --- a/rust-src.diff +++ b/rust-src.diff @@ -0,0 +1,10 @@ +diff --git a/library/std/tests/windows_unix_socket.rs b/library/std/tests/windows_unix_socket.rs +index 18f4c52e72c..1f20cf586ca 100644 +--- a/library/std/tests/windows_unix_socket.rs ++++ b/library/std/tests/windows_unix_socket.rs +@@ -1,4 +1,5 @@ + #![cfg(windows)] ++#![cfg(not(miri))] // no socket support in Miri + #![feature(windows_unix_domain_sockets)] + // Now only test windows_unix_domain_sockets feature + // in the future, will test both unix and windows uds diff --git a/rust-version b/rust-version index 93dabf5..fa86ac9 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -nightly-2026-02-01 +nightly-2026-02-03