From 8426c34ff1487f3c3d369bf9f7bdbd6e7fa4f69b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 10 Dec 2021 18:45:18 -0800 Subject: [PATCH] Release 1.0.7 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4b60da..f7f2766 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ryu" -version = "1.0.6" # don't forget to update html_root_url +version = "1.0.7" # don't forget to update html_root_url 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 65d283b..9a39464 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -89,7 +89,7 @@ //! notation. #![no_std] -#![doc(html_root_url = "https://docs.rs/ryu/1.0.6")] +#![doc(html_root_url = "https://docs.rs/ryu/1.0.7")] #![allow( clippy::cast_lossless, clippy::cast_possible_truncation,