Skip to content

Commit f0b52bb

Browse files
committed
Release 1.0.23
1 parent 631348b commit f0b52bb

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.22"
3+
version = "1.0.23"
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
@@ -89,7 +89,7 @@
8989
//! notation.
9090
9191
#![no_std]
92-
#![doc(html_root_url = "https://docs.rs/ryu/1.0.22")]
92+
#![doc(html_root_url = "https://docs.rs/ryu/1.0.23")]
9393
#![allow(
9494
clippy::cast_lossless,
9595
clippy::cast_possible_truncation,

0 commit comments

Comments
 (0)