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 4056097 commit babd08bCopy full SHA for babd08b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "precise"
3
-version = "0.1.6"
+version = "0.1.7"
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.6")]
+#![doc(html_root_url = "https://docs.rs/precise/0.1.7")]
27
#![allow(
28
clippy::must_use_candidate,
29
clippy::needless_doctest_main,
0 commit comments