From a3c275c9b8fbe330df0ec0579074dd59d635816a Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 31 Dec 2024 08:32:49 -0500 Subject: [PATCH] msrv: bump to Rust 1.73 Since our dependencies (`bstr` I think) now require a higher MSRV. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a24b9c..60716b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "Unlicense/MIT" categories = ["encoding", "parser-implementations"] exclude = ["/.github", "/ci/*", "/scripts/*"] edition = "2021" -rust-version = "1.65" +rust-version = "1.73" [workspace] members = ["csv-core", "csv-index"]