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 e3dcf52 commit 81c115bCopy full SHA for 81c115b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "itoa"
3
-version = "1.0.8" # remember to update html_root_url
+version = "1.0.9" # remember 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 integer primitive to string conversion"
src/lib.rs
@@ -30,7 +30,7 @@
30
//!
31
//! 
32
33
-#![doc(html_root_url = "https://docs.rs/itoa/1.0.8")]
+#![doc(html_root_url = "https://docs.rs/itoa/1.0.9")]
34
#![no_std]
35
#![allow(
36
clippy::cast_lossless,
0 commit comments