Release 1.0.2

This commit is contained in:
David Tolnay 2022-05-15 14:09:51 -07:00
parent e2a55ceb94
commit f3485c0ef7
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 = "1.0.1" # remember to update html_root_url
version = "1.0.2" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
rust-version = "1.36"
license = "MIT OR Apache-2.0"

View File

@ -30,7 +30,7 @@
//!
//! ![performance](https://raw.githubusercontent.com/dtolnay/itoa/master/performance.png)
#![doc(html_root_url = "https://docs.rs/itoa/1.0.1")]
#![doc(html_root_url = "https://docs.rs/itoa/1.0.2")]
#![no_std]
#![allow(
clippy::cast_lossless,