Release 0.2.5

This commit is contained in:
David Tolnay
2018-08-23 18:23:54 -04:00
parent 76ec9f4f26
commit d57f963cc0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ryu"
version = "0.2.4"
version = "0.2.5"
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.4")]
#![doc(html_root_url = "https://docs.rs/ryu/0.2.5")]
#![cfg_attr(
feature = "cargo-clippy",
allow(