Release 0.2.4

This commit is contained in:
David Tolnay
2018-08-18 07:47:08 -07:00
parent 7756be22af
commit 7676c53bfd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ryu"
version = "0.2.3"
version = "0.2.4"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "Apache-2.0"
description = "Fast floating point to string conversion"
+1 -1
View File
@@ -30,7 +30,7 @@
//! ```
#![no_std]
#![doc(html_root_url = "https://docs.rs/ryu/0.2.3")]
#![doc(html_root_url = "https://docs.rs/ryu/0.2.4")]
#![cfg_attr(feature = "no-panic", feature(use_extern_macros))]
#![cfg_attr(
feature = "cargo-clippy",