We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631348b commit f0b52bbCopy full SHA for f0b52bb
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ryu"
3
-version = "1.0.22"
+version = "1.0.23"
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
@@ -89,7 +89,7 @@
89
//! notation.
90
91
#![no_std]
92
-#![doc(html_root_url = "https://docs.rs/ryu/1.0.22")]
+#![doc(html_root_url = "https://docs.rs/ryu/1.0.23")]
93
#![allow(
94
clippy::cast_lossless,
95
clippy::cast_possible_truncation,
0 commit comments