Skip to content

Commit 81c115b

Browse files
committed
Release 1.0.9
1 parent e3dcf52 commit 81c115b

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.8" # remember to update html_root_url
3+
version = "1.0.9" # remember to update html_root_url
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
@@ -30,7 +30,7 @@
3030
//!
3131
//! ![performance](https://raw.githubusercontent.com/dtolnay/itoa/master/performance.png)
3232
33-
#![doc(html_root_url = "https://docs.rs/itoa/1.0.8")]
33+
#![doc(html_root_url = "https://docs.rs/itoa/1.0.9")]
3434
#![no_std]
3535
#![allow(
3636
clippy::cast_lossless,

0 commit comments

Comments
 (0)