From 612b777aaf14b2155de74f4f01355844a33ab05d Mon Sep 17 00:00:00 2001 From: Bryant Luk Date: Sun, 27 Aug 2023 11:22:22 -0500 Subject: [PATCH] Set Rust minimal version to 1.56.1 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 26ba01d..2895f8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ include = [ "LICENSE-APACHE", "LICENSE-MIT", ] +rust-version = "1.56.1" [dependencies] serde = { version = "1", default-features = false }