From 1b95d2e0cdec1626edbcaafd902985d75126386e Mon Sep 17 00:00:00 2001 From: Pierre Chifflier Date: Tue, 9 Apr 2024 11:21:12 +0200 Subject: [PATCH] Bump rust-version to 1.63 to match MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46366fc..3a6618f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Pierre Chifflier "] categories = ["parser-implementations"] readme = "README.md" edition = "2018" -rust-version = "1.53" +rust-version = "1.63" include = [ "CHANGELOG.md",