Bump version placeholders
This commit is contained in:
parent
eb0f3ed59c
commit
787d32324c
18 changed files with 114 additions and 114 deletions
|
@ -1499,7 +1499,7 @@ impl From<fs::File> for Stdio {
|
|||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "stdio_from_stdio", since = "CURRENT_RUSTC_VERSION")]
|
||||
#[stable(feature = "stdio_from_stdio", since = "1.74.0")]
|
||||
impl From<io::Stdout> for Stdio {
|
||||
/// Redirect command stdout/stderr to our stdout
|
||||
///
|
||||
|
@ -1530,7 +1530,7 @@ impl From<io::Stdout> for Stdio {
|
|||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "stdio_from_stdio", since = "CURRENT_RUSTC_VERSION")]
|
||||
#[stable(feature = "stdio_from_stdio", since = "1.74.0")]
|
||||
impl From<io::Stderr> for Stdio {
|
||||
/// Redirect command stdout/stderr to our stderr
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue