Skip to content

Commit 8eb9f1c

Browse files
committed
Release 1.0.17
1 parent ed8b919 commit 8eb9f1c

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 = "ryu"
3-
version = "1.0.16" # don't forget to update html_root_url
3+
version = "1.0.17" # don't forget 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 floating point to string conversion"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
//! notation.
8282
8383
#![no_std]
84-
#![doc(html_root_url = "https://docs.rs/ryu/1.0.16")]
84+
#![doc(html_root_url = "https://docs.rs/ryu/1.0.17")]
8585
#![allow(
8686
clippy::cast_lossless,
8787
clippy::cast_possible_truncation,

0 commit comments

Comments
 (0)