We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83dd273 commit 82081c8Copy full SHA for 82081c8
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "zmij"
3
-version = "1.0.5"
+version = "1.0.6"
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.5")]
+#![doc(html_root_url = "https://docs.rs/zmij/1.0.6")]
45
#![deny(unsafe_op_in_unsafe_fn)]
46
#![allow(non_camel_case_types)]
47
#![allow(
0 commit comments