Release 1.0.1

This commit is contained in:
David Tolnay
2019-10-11 14:18:54 -07:00
parent 966caf50ed
commit 2d8eebc9ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ryu"
version = "1.0.0"
version = "1.0.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "Apache-2.0 OR BSL-1.0"
description = "Fast floating point to string conversion"
+1 -1
View File
@@ -81,7 +81,7 @@
//! notation.
#![no_std]
#![doc(html_root_url = "https://docs.rs/ryu/1.0.0")]
#![doc(html_root_url = "https://docs.rs/ryu/1.0.1")]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(
feature = "cargo-clippy",