We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de83eda commit c34690cCopy full SHA for c34690c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "precise"
3
-version = "0.1.7"
+version = "0.1.8"
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
categories = ["value-formatting"]
6
description = "Full precision decimal representation of f64"
src/lib.rs
@@ -23,7 +23,7 @@
23
//! }
24
//! ```
25
26
-#![doc(html_root_url = "https://docs.rs/precise/0.1.7")]
+#![doc(html_root_url = "https://docs.rs/precise/0.1.8")]
27
#![allow(
28
clippy::must_use_candidate,
29
clippy::needless_doctest_main,
0 commit comments