From 5edafe24373c9884609fc2e04c0eba0770df47a8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 10 Nov 2018 14:05:33 -0800 Subject: [PATCH] Release 0.2.7 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7fe6b08..b1167bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ryu" -version = "0.2.6" +version = "0.2.7" authors = ["David Tolnay "] license = "Apache-2.0 OR BSL-1.0" description = "Fast floating point to string conversion" diff --git a/src/lib.rs b/src/lib.rs index bef5719..691589d 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.6")] +#![doc(html_root_url = "https://docs.rs/ryu/0.2.7")] #![cfg_attr( feature = "cargo-clippy", allow(