Skip to content

Commit b42e52f

Browse files
CDirkxm-ou-se
andcommitted
Bump to 1.53.0
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
1 parent 0895a69 commit b42e52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ pub enum ErrorKind {
184184
/// This operation is unsupported on this platform.
185185
///
186186
/// This means that the operation can never succeed.
187-
#[stable(feature = "unsupported_error", since = "1.52.0")]
187+
#[stable(feature = "unsupported_error", since = "1.53.0")]
188188
Unsupported,
189189
}
190190

0 commit comments

Comments
 (0)