There was an error while loading. Please reload this page.
1 parent 03f8148 commit aaa2f8dCopy full SHA for aaa2f8d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ryu"
3
-version = "1.0.20"
+version = "1.0.21"
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
categories = ["value-formatting", "no-std", "no-std::no-alloc"]
6
description = "Fast floating point to string conversion"
src/lib.rs
@@ -81,7 +81,7 @@
81
//! notation.
82
83
#![no_std]
84
-#![doc(html_root_url = "https://docs.rs/ryu/1.0.20")]
+#![doc(html_root_url = "https://docs.rs/ryu/1.0.21")]
85
#![allow(
86
clippy::cast_lossless,
87
clippy::cast_possible_truncation,
0 commit comments