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 2e6134d commit 4c18677Copy full SHA for 4c18677
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "itoa"
3
-version = "1.0.15"
+version = "1.0.16"
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
@@ -29,7 +29,7 @@
29
//!
30
//! 
31
32
-#![doc(html_root_url = "https://docs.rs/itoa/1.0.15")]
+#![doc(html_root_url = "https://docs.rs/itoa/1.0.16")]
33
#![no_std]
34
#![allow(
35
clippy::cast_lossless,
0 commit comments