aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2019-04-25 11:22:29 -0700
committerGitHub <noreply@github.com>2019-04-25 11:22:29 -0700
commitd038a0bc5687cede01e626138868d83f487ba69c (patch)
treea213e71148578e9214becd4fa3d2e8fbdb13f5b5
parent441fdb28bdf3b8d3db9095d9156d25de12433e51 (diff)
parentef78c1282b9ce3bdcc7dea290089573fd7469f39 (diff)
downloadmilf-rs-d038a0bc5687cede01e626138868d83f487ba69c.tar.gz
milf-rs-d038a0bc5687cede01e626138868d83f487ba69c.zip
Merge pull request #305 from ehuss/0.5-version
Bump html_root_url version.
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4a32b13..e71f9f2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -148,7 +148,7 @@
//! [Cargo]: https://crates.io/
//! [`serde`]: https://serde.rs/
-#![doc(html_root_url = "https://docs.rs/toml/0.4")]
+#![doc(html_root_url = "https://docs.rs/toml/0.5")]
#![deny(missing_docs)]
#[macro_use]