From 07475c9c37580b1dca5fbf466b7d81d076522ac6 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 16 Dec 2024 11:36:39 -0500 Subject: [PATCH] chore: add min version of Rust Signed-off-by: Henry Schreiner --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cdaf72a..b9446a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ readme = "README.md" license = "MIT" repository = "https://github.com/becheran/grid" documentation = "https://docs.rs/grid" +rust-version = "1.51" [badges.gitlab] repository = "becheran/grid_ci"