From b59f5055d11b4f935c1c99bdc0560659f113dc81 Mon Sep 17 00:00:00 2001 From: Johann Tuffe Date: Wed, 25 Oct 2023 11:29:16 +0800 Subject: [PATCH] bump minimum version to 1.65 because regex-automata requires it --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad850ccc..43c9e6aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["excel", "ods", "xls", "xlsx", "xlsb"] categories = ["encoding", "parsing", "text-processing"] exclude = ["tests/**/*"] edition = "2021" -rust-version = "1.63" +rust-version = "1.65" [dependencies] byteorder = "1.4"