From 0c79fb466f85f8f5595625f0029e16576581ef84 Mon Sep 17 00:00:00 2001 From: Farseen Date: Tue, 25 Apr 2023 16:48:18 +0530 Subject: [PATCH] Specify MSRV in Cargo.toml Fixes #206 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 68bfbfd..e39167d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ readme = "README.md" repository = "https://github.com/fitzgen/bumpalo" version = "3.12.1" exclude = ["/.github/*", "/benches", "/tests", "valgrind.supp", "bumpalo.png"] +rust-version = "1.60.0" [package.metadata.docs.rs] all-features = true