From 9d6e05631c3fcc2459d93e65961290089c496ce5 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 15 May 2022 14:30:30 -0700 Subject: [PATCH] Release 1.0.10 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af29dff..99a4af4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ryu" -version = "1.0.9" # don't forget to update html_root_url +version = "1.0.10" # 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 0177efa..814169a 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.9")] +#![doc(html_root_url = "https://docs.rs/ryu/1.0.10")] #![allow( clippy::cast_lossless, clippy::cast_possible_truncation,