Skip to content

Commit 9418169

Browse files
committed
Release 0.4.3
1 parent e1c4c3d commit 9418169

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 = "dtoa"
3-
version = "0.4.2" # remember to update html_root_url
3+
version = "0.4.3" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Fast functions for printing floating-point primitives to an io::Write"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// option. This file may not be copied, modified, or distributed
77
// except according to those terms.
88

9-
#![doc(html_root_url = "https://docs.rs/dtoa/0.4.2")]
9+
#![doc(html_root_url = "https://docs.rs/dtoa/0.4.3")]
1010

1111
#[macro_use] mod diyfp;
1212
#[macro_use] mod dtoa;

0 commit comments

Comments
 (0)