Release 0.2.6

This commit is contained in:
David Tolnay
2018-08-25 16:14:32 -04:00
parent a7c279023d
commit 2d2e2a47aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ryu"
version = "0.2.5"
version = "0.2.6"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "Apache-2.0 OR BSL-1.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.5")]
#![doc(html_root_url = "https://docs.rs/ryu/0.2.6")]
#![cfg_attr(
feature = "cargo-clippy",
allow(