Skip to content

Commit c34690c

Browse files
committed
Release 0.1.8
1 parent de83eda commit c34690c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "precise"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
categories = ["value-formatting"]
66
description = "Full precision decimal representation of f64"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//! }
2424
//! ```
2525
26-
#![doc(html_root_url = "https://docs.rs/precise/0.1.7")]
26+
#![doc(html_root_url = "https://docs.rs/precise/0.1.8")]
2727
#![allow(
2828
clippy::must_use_candidate,
2929
clippy::needless_doctest_main,

0 commit comments

Comments
 (0)