Skip to content

Commit

Permalink
Bump windows CommandExt::raw_arg to 1.62
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 4, 2022
1 parent c821b71 commit 66e05c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/os/windows/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ pub trait CommandExt: Sealed {
///
/// This is useful for passing arguments to `cmd.exe /c`, which doesn't follow
/// `CommandLineToArgvW` escaping rules.
#[stable(feature = "windows_process_extensions_raw_arg", since = "1.61.0")]
#[stable(feature = "windows_process_extensions_raw_arg", since = "1.62.0")]
fn raw_arg<S: AsRef<OsStr>>(&mut self, text_to_append_as_is: S) -> &mut process::Command;
}

Expand Down

0 comments on commit 66e05c2

Please sign in to comment.