From 93e32f72f82d692a890d6f11b88b7fda635eceeb Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 2 Oct 2021 01:52:37 -0400 Subject: [PATCH] Declare minimum Rust version in Cargo metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2781d7c..f7a838c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "itoa" version = "0.4.8" # remember to update html_root_url authors = ["David Tolnay "] +rust-version = "1.0" license = "MIT OR Apache-2.0" description = "Fast functions for printing integer primitives to an io::Write" repository = "https://github.com/dtolnay/itoa"