Bump since to 1.52.0

This commit is contained in:
CDirkx 2021-02-23 05:49:37 +01:00 committed by Christiaan Dirkx
parent 9f589b023f
commit 86592b9939

View file

@ -182,7 +182,7 @@ pub enum ErrorKind {
UnexpectedEof,
/// This operation is not supported on this platform.
#[stable(feature = "not_supported_error", since = "1.50.0")]
#[stable(feature = "not_supported_error", since = "1.52.0")]
NotSupported,
}