From fad77e77469c6e1ce51abc9d9d111668b3b65941 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 12 Dec 2021 12:50:38 -0800 Subject: [PATCH] Release 1.0.9 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 35fe8b0..af29dff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ryu" -version = "1.0.8" # don't forget to update html_root_url +version = "1.0.9" # 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 debb054..0177efa 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.8")] +#![doc(html_root_url = "https://docs.rs/ryu/1.0.9")] #![allow( clippy::cast_lossless, clippy::cast_possible_truncation,