Release 0.2.7

This commit is contained in:
David Tolnay
2018-11-10 14:05:33 -08:00
parent d91ae2ae61
commit 6cf5cce24e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ryu"
version = "0.2.6"
version = "0.2.7"
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.6")]
#![doc(html_root_url = "https://docs.rs/ryu/0.2.7")]
#![cfg_attr(
feature = "cargo-clippy",
allow(