]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 1.53.0
authorCDirkx <christiaan@dirkx.email>
Sun, 21 Mar 2021 23:29:17 +0000 (00:29 +0100)
committerChristiaan Dirkx <christiaan@dirkx.email>
Sun, 18 Apr 2021 07:29:24 +0000 (09:29 +0200)
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
library/std/src/io/error.rs

index f9d45b9aafb77ded6c27d754811b13d53f3fda35..9bed12bf2ae2b1c47030e111ffb39163a14e04e3 100644 (file)
@@ -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,
 }