Skip to content

Commit 82081c8

Browse files
committed
Release 1.0.6
1 parent 83dd273 commit 82081c8

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.5"
3+
version = "1.0.6"
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.5")]
44+
#![doc(html_root_url = "https://docs.rs/zmij/1.0.6")]
4545
#![deny(unsafe_op_in_unsafe_fn)]
4646
#![allow(non_camel_case_types)]
4747
#![allow(

0 commit comments

Comments
 (0)