Skip to content

Commit

Permalink
Bump to 1.53.0
Browse files Browse the repository at this point in the history
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
  • Loading branch information
CDirkx and m-ou-se committed Apr 18, 2021
1 parent 0895a69 commit b42e52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/io/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit b42e52f

Please sign in to comment.