Skip to content

Commit b644bba

Browse files
committed
Release 0.1.1
1 parent 3e4e0f8 commit b644bba

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 = "0.1.0"
3+
version = "0.1.1"
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
@@ -33,7 +33,7 @@
3333
//! ![performance](https://raw.githubusercontent.com/dtolnay/zmij/master/performance.png)
3434
3535
#![no_std]
36-
#![doc(html_root_url = "https://docs.rs/zmij/0.1.0")]
36+
#![doc(html_root_url = "https://docs.rs/zmij/0.1.1")]
3737
#![deny(unsafe_op_in_unsafe_fn)]
3838
#![allow(
3939
clippy::blocks_in_conditions,

0 commit comments

Comments
 (0)