We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c1af6 commit 9ea444dCopy full SHA for 9ea444d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "zmij"
3
-version = "1.0.3"
+version = "1.0.4"
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
categories = ["value-formatting", "no-std", "no-std::no-alloc"]
6
description = "A double-to-string conversion algorithm based on Schubfach and yy"
src/lib.rs
@@ -41,7 +41,7 @@
41
//! 
42
43
#![no_std]
44
-#![doc(html_root_url = "https://docs.rs/zmij/1.0.3")]
+#![doc(html_root_url = "https://docs.rs/zmij/1.0.4")]
45
#![deny(unsafe_op_in_unsafe_fn)]
46
#![allow(
47
clippy::blocks_in_conditions,
0 commit comments