about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorCDirkx <christiaan@dirkx.email>2021-03-22 00:29:17 +0100
committerChristiaan Dirkx <christiaan@dirkx.email>2021-04-18 09:29:24 +0200
commitb42e52f2cce4bddaa6baef2010061347790ab420 (patch)
treecb83a5074d6db1d734038d10b2fedf5936782843 /library/std/src
parent0895a693bdaf1472f2c8036abccaa78299ec71cf (diff)
downloadrust-b42e52f2cce4bddaa6baef2010061347790ab420.tar.gz
rust-b42e52f2cce4bddaa6baef2010061347790ab420.zip
Bump to 1.53.0
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/io/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/io/error.rs b/library/std/src/io/error.rs
index f9d45b9aafb..9bed12bf2ae 100644
--- a/library/std/src/io/error.rs
+++ b/library/std/src/io/error.rs
@@ -184,7 +184,7 @@ pub enum ErrorKind {
     /// This operation is unsupported on this platform.
     ///
     /// This means that the operation can never succeed.
-    #[stable(feature = "unsupported_error", since = "1.52.0")]
+    #[stable(feature = "unsupported_error", since = "1.53.0")]
     Unsupported,
 }