From b4c512bdddb10abf394ebf6381d7fc44d3eba3dd Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 17 Aug 2024 17:10:59 +0800 Subject: [PATCH] Add MSRV 1.74.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c7072e9..eb6448b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Steve Shi "] edition = "2021" license = "LGPL-3.0-only" description = "A drop-in num-bigint replacement based on malachite" +rust-version = "1.74.0" [dependencies] malachite = "0.4.4"