From 7bcbe5915fb3a7093b2b7951d59ff57a644e7ca9 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 11 Oct 2019 14:18:54 -0700 Subject: [PATCH] Release 1.0.1 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab8d6e0..7dfcf7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ryu" -version = "1.0.0" +version = "1.0.1" authors = ["David Tolnay "] license = "Apache-2.0 OR BSL-1.0" description = "Fast floating point to string conversion" diff --git a/src/lib.rs b/src/lib.rs index 5465e1d..3491899 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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",