From 02defb3d5437660440c8749af9095c650741cb1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20Moravec?= Date: Sun, 28 Jan 2024 18:33:51 +0100 Subject: [PATCH] chore: min rust version for minisql crate --- minisql/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/minisql/Cargo.toml b/minisql/Cargo.toml index d200f70..3bfcbfa 100644 --- a/minisql/Cargo.toml +++ b/minisql/Cargo.toml @@ -2,6 +2,7 @@ name = "minisql" version = "0.1.0" edition = "2021" +rust-version = "1.74" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html