diff --git a/Cargo.toml b/Cargo.toml index 8ffa282..db3c033 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ryu" -version = "1.0.17" +version = "1.0.18" authors = ["David Tolnay "] categories = ["value-formatting", "no-std", "no-std::no-alloc"] description = "Fast floating point to string conversion" diff --git a/src/lib.rs b/src/lib.rs index fb1d071..7b8b450 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.17")] +#![doc(html_root_url = "https://docs.rs/ryu/1.0.18")] #![cfg_attr(not(check_cfg), allow(unexpected_cfgs))] #![allow( clippy::cast_lossless,