diff --git a/Cargo.toml b/Cargo.toml index e9cd43d..2836539 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ryu" -version = "1.0.11" # don't forget to update html_root_url +version = "1.0.12" # don't forget to update html_root_url authors = ["David Tolnay "] categories = ["value-formatting", "no-std"] description = "Fast floating point to string conversion" diff --git a/src/lib.rs b/src/lib.rs index f69638e..59e0dcd 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.11")] +#![doc(html_root_url = "https://docs.rs/ryu/1.0.12")] #![allow( clippy::cast_lossless, clippy::cast_possible_truncation,