1
Fork 0

Bump version placeholders

This commit is contained in:
Mark Rousskov 2023-10-02 19:12:46 -04:00
parent eb0f3ed59c
commit 787d32324c
18 changed files with 114 additions and 114 deletions

View file

@ -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
///