Skip to content

Commit 66e05c2

Browse files
committed
Bump windows CommandExt::raw_arg to 1.62
1 parent c821b71 commit 66e05c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/os/windows/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub trait CommandExt: Sealed {
159159
///
160160
/// This is useful for passing arguments to `cmd.exe /c`, which doesn't follow
161161
/// `CommandLineToArgvW` escaping rules.
162-
#[stable(feature = "windows_process_extensions_raw_arg", since = "1.61.0")]
162+
#[stable(feature = "windows_process_extensions_raw_arg", since = "1.62.0")]
163163
fn raw_arg<S: AsRef<OsStr>>(&mut self, text_to_append_as_is: S) -> &mut process::Command;
164164
}
165165

0 commit comments

Comments
 (0)