Release 1.0.12

This commit is contained in:
David Tolnay
2022-12-17 11:43:57 -08:00
parent d8c66244c8
commit b135337638
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ryu"
version = "1.0.11" # don't forget to update html_root_url
version = "1.0.12" # don't forget to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["value-formatting", "no-std"]
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.11")]
#![doc(html_root_url = "https://docs.rs/ryu/1.0.12")]
#![allow(
clippy::cast_lossless,
clippy::cast_possible_truncation,