From 8a643c4e6a04f0b9dfffa0cf989afd1f4969b566 Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:26:18 -0700 Subject: [PATCH] Add rust-version to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1733aa6..1aedaf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ categories = ["development-tools::testing"] license = "Unlicense OR MIT" exclude = ["/Makefile", "/ctags.rust", "/session.vim"] edition = "2021" +rust-version = "1.71.0" [workspace] members = ["quickcheck_macros"]