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 ed8b919 commit 8eb9f1cCopy full SHA for 8eb9f1c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ryu"
3
-version = "1.0.16" # don't forget to update html_root_url
+version = "1.0.17" # don't forget to update html_root_url
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.16")]
+#![doc(html_root_url = "https://docs.rs/ryu/1.0.17")]
85
#![allow(
86
clippy::cast_lossless,
87
clippy::cast_possible_truncation,
0 commit comments