about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2022-07-16 14:36:48 -0700
committerGitHub <noreply@github.com>2022-07-16 14:36:48 -0700
commit3855e868738a847f1e38a6157590aa1a197604ea (patch)
treea19dff832d3bc762065cfc0bb07139a62d3078d6
parent89f41839e4942a051305c62c0ea78e18d9b401f7 (diff)
downloadrust-3855e868738a847f1e38a6157590aa1a197604ea.tar.gz
rust-3855e868738a847f1e38a6157590aa1a197604ea.zip
Update `since` version to 1.64
-rw-r--r--library/std/src/ffi/os_str.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/ffi/os_str.rs b/library/std/src/ffi/os_str.rs
index 8ce4c2a6017..f171f142b42 100644
--- a/library/std/src/ffi/os_str.rs
+++ b/library/std/src/ffi/os_str.rs
@@ -615,7 +615,7 @@ impl Hash for OsString {
     }
 }
 
-#[stable(feature = "os_string_fmt_write", since = "1.63.0")]
+#[stable(feature = "os_string_fmt_write", since = "1.64.0")]
 impl fmt::Write for OsString {
     fn write_str(&mut self, s: &str) -> fmt::Result {
         self.push(s);