From d2e705b855e2bdf9d6d26939fb81783f5048fa86 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 21 Oct 2024 00:04:11 +0800 Subject: [PATCH] Add rust-version 1.70 (#813) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index de558e8e..dc60c56a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ name = "criterion" # * Update version numbers in the book; version = "0.5.1" edition = "2021" +rust-version = "1.70" description = "Statistics-driven micro-benchmarking library" homepage = "https://bheisler.github.io/criterion.rs/book/index.html"