Release 1.0.9

This commit is contained in:
David Tolnay
2021-12-12 12:50:38 -08:00
parent 3c7faa747e
commit fc7c3a4f83
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ryu"
version = "1.0.8" # don't forget to update html_root_url
version = "1.0.9" # don't forget to update html_root_url
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
@@ -81,7 +81,7 @@
//! notation.
#![no_std]
#![doc(html_root_url = "https://docs.rs/ryu/1.0.8")]
#![doc(html_root_url = "https://docs.rs/ryu/1.0.9")]
#![allow(
clippy::cast_lossless,
clippy::cast_possible_truncation,