From 9375b63c4a05f61a77ae18d5ae47a9107312862b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gonz=C3=A1lez?= Date: Tue, 7 Nov 2023 15:40:24 +0000 Subject: [PATCH] Cargo.toml: Specify rust-version=1.66.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mark MSRV (Minimum Supported Rust Version) as 1.66.0 Signed-off-by: Tomás González --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8cf8424..9158c6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ keywords = ["parsec"] categories = ["development-tools"] edition = "2018" documentation = "https://docs.rs/crate/parsec-client" +rust-version = "1.66.0" [dependencies] parsec-interface = "0.29.0"