diff options
author | Eric Huss <eric@huss.org> | 2019-04-25 11:22:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-25 11:22:29 -0700 |
commit | d038a0bc5687cede01e626138868d83f487ba69c (patch) | |
tree | a213e71148578e9214becd4fa3d2e8fbdb13f5b5 | |
parent | 441fdb28bdf3b8d3db9095d9156d25de12433e51 (diff) | |
parent | ef78c1282b9ce3bdcc7dea290089573fd7469f39 (diff) | |
download | milf-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.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |