From 218b8e3fa694453de615bd29a25c8bb46d57abd4 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 10 Mar 2023 00:36:01 +0100 Subject: [PATCH] cargo: bump MSRV to 1.63.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76e75d3..b313ccc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" version = "2.0.1" edition = "2021" -rust-version = "1.60.0" +rust-version = "1.63.0" authors = ["Fabio Valentini "] readme = "README.md"