From 4aa8516770eb96c66e753621660275e65e269213 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 21 Aug 2023 11:26:41 -0400 Subject: [PATCH] msrv: bump to 1.63 (#1947) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c2a7cb81..60a39ee9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Sean McArthur "] readme = "README.md" license = "MIT OR Apache-2.0" edition = "2018" -rust-version = "1.57.0" +rust-version = "1.63.0" autotests = true [package.metadata.docs.rs]