From e1e1e6e392a382fbded42ca010505fecb8fe3655 Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Sun, 24 Sep 2023 14:13:13 -0700 Subject: [PATCH] Remove explicit rust-version requirement from unpublished crates --- bench/Cargo.toml | 1 - perf/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/bench/Cargo.toml b/bench/Cargo.toml index 7a950a5c3..11ca13c6b 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -2,7 +2,6 @@ name = "bench" version = "0.1.0" edition = "2021" -rust-version = "1.65" license = "MIT OR Apache-2.0" publish = false diff --git a/perf/Cargo.toml b/perf/Cargo.toml index 55e203acb..fff63784a 100644 --- a/perf/Cargo.toml +++ b/perf/Cargo.toml @@ -2,7 +2,6 @@ name = "perf" version = "0.1.0" edition = "2021" -rust-version = "1.65" license = "MIT OR Apache-2.0" publish = false