We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4e0f8 commit b644bbaCopy full SHA for b644bba
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "zmij"
3
-version = "0.1.0"
+version = "0.1.1"
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
@@ -33,7 +33,7 @@
33
//! 
34
35
#![no_std]
36
-#![doc(html_root_url = "https://docs.rs/zmij/0.1.0")]
+#![doc(html_root_url = "https://docs.rs/zmij/0.1.1")]
37
#![deny(unsafe_op_in_unsafe_fn)]
38
#![allow(
39
clippy::blocks_in_conditions,
0 commit comments