From b42e52f2cce4bddaa6baef2010061347790ab420 Mon Sep 17 00:00:00 2001 From: CDirkx Date: Mon, 22 Mar 2021 00:29:17 +0100 Subject: [PATCH] Bump to 1.53.0 Co-authored-by: Mara Bos --- library/std/src/io/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/io/error.rs b/library/std/src/io/error.rs index f9d45b9aafb77..9bed12bf2ae2b 100644 --- a/library/std/src/io/error.rs +++ b/library/std/src/io/error.rs @@ -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, }