diff --git a/Cargo.toml b/Cargo.toml index 53d8b6c..2e07b1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ryu" -version = "0.2.2" +version = "0.2.3" authors = ["David Tolnay "] license = "Apache-2.0" description = "Fast floating point to string conversion" diff --git a/src/lib.rs b/src/lib.rs index 4c6716a..6f1ee4f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,7 +30,7 @@ //! ``` #![no_std] -#![doc(html_root_url = "https://docs.rs/ryu/0.2.2")] +#![doc(html_root_url = "https://docs.rs/ryu/0.2.3")] #![cfg_attr(feature = "no-panic", feature(use_extern_macros))] #![cfg_attr( feature = "cargo-clippy",