Skip to content

Commit aaa2f8d

Browse files
committed
Release 1.0.21
1 parent 03f8148 commit aaa2f8d

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.20"
3+
version = "1.0.21"
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.20")]
84+
#![doc(html_root_url = "https://docs.rs/ryu/1.0.21")]
8585
#![allow(
8686
clippy::cast_lossless,
8787
clippy::cast_possible_truncation,

0 commit comments

Comments
 (0)