Skip to content

Commit 4c18677

Browse files
committed
Release 1.0.16
1 parent 2e6134d commit 4c18677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "itoa"
3-
version = "1.0.15"
3+
version = "1.0.16"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
categories = ["value-formatting", "no-std", "no-std::no-alloc"]
66
description = "Fast integer primitive to string conversion"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//!
3030
//! ![performance](https://raw.githubusercontent.com/dtolnay/itoa/master/performance.png)
3131
32-
#![doc(html_root_url = "https://docs.rs/itoa/1.0.15")]
32+
#![doc(html_root_url = "https://docs.rs/itoa/1.0.16")]
3333
#![no_std]
3434
#![allow(
3535
clippy::cast_lossless,

0 commit comments

Comments
 (0)