Bump to 1.53.0

Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
This commit is contained in:
CDirkx 2021-03-22 00:29:17 +01:00 committed by Christiaan Dirkx
parent 0895a693bd
commit b42e52f2cc

View 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,
}