Release 0.4.7

This commit is contained in:
David Tolnay 2020-12-27 12:59:05 -08:00
parent 65c797190c
commit 08c79b5e23
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "itoa"
version = "0.4.6" # remember to update html_root_url
version = "0.4.7" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Fast functions for printing integer primitives to an io::Write"

View File

@ -56,7 +56,7 @@
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/itoa/0.4.6")]
#![doc(html_root_url = "https://docs.rs/itoa/0.4.7")]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(