From 065af8c252e15ce61b11d3c40c8b4c7dc1362a8b 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 26ba01d..8ebd2d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" authors = ["Bryant Luk "] description = "A Little Snitch .lsrules file format model" edition = "2021" -rust-version = "1.56" +rust-version = "1.56.1" repository = "https://github.com/bluk/ls_rules" documentation = "https://docs.rs/ls_rules/" readme = "README.md"