From bfcf48c1efc8c0352402a0c8a3756a991e7a960f Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 13 Jul 2020 07:18:27 +1000 Subject: [PATCH] Remove unused manifest key for min Rust version RFC 2495 (https://github.com/rust-lang/rfcs/pull/2495) was merged quite a while ago, but I think it was never actually implemented. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66fce25..a6eb968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "rangemap" version = "0.1.5" -rust = "1.43" authors = ["Jeff Parsons "] edition = "2018" license = "MIT/Apache-2.0"