Skip to content

Commit 9ea444d

Browse files
committed
Release 1.0.4
1 parent 55c1af6 commit 9ea444d

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 = "zmij"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
categories = ["value-formatting", "no-std", "no-std::no-alloc"]
66
description = "A double-to-string conversion algorithm based on Schubfach and yy"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
//! ![performance](https://raw.githubusercontent.com/dtolnay/zmij/master/dtoa-benchmark.png)
4242
4343
#![no_std]
44-
#![doc(html_root_url = "https://docs.rs/zmij/1.0.3")]
44+
#![doc(html_root_url = "https://docs.rs/zmij/1.0.4")]
4545
#![deny(unsafe_op_in_unsafe_fn)]
4646
#![allow(
4747
clippy::blocks_in_conditions,

0 commit comments

Comments
 (0)