Declare minimum Rust version in Cargo metadata

This commit is contained in:
David Tolnay 2021-10-02 01:52:37 -04:00
parent 64d46a7b1d
commit 93e32f72f8
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name = "itoa" name = "itoa"
version = "0.4.8" # remember to update html_root_url version = "0.4.8" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"] authors = ["David Tolnay <dtolnay@gmail.com>"]
rust-version = "1.0"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "Fast functions for printing integer primitives to an io::Write" description = "Fast functions for printing integer primitives to an io::Write"
repository = "https://github.com/dtolnay/itoa" repository = "https://github.com/dtolnay/itoa"