diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2022-03-21 01:37:08 +0000 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2022-03-21 01:37:08 +0000 |
commit | c6d37271711d3993b6269a6db956d3951515b761 (patch) | |
tree | 1cdc212bb44e22b5d9d4eacc4c4c63e8ea703553 /src | |
parent | 4e0ba6559ee0d5b2fadbe240b7a78985671cc99f (diff) | |
download | mlua-c6d37271711d3993b6269a6db956d3951515b761.zip |
Prepare v0.8.0-beta.1
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ //! [`serde::Deserialize`]: https://docs.serde.rs/serde/de/trait.Deserialize.html // mlua types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/mlua/0.7.4")] +#![doc(html_root_url = "https://docs.rs/mlua/0.8.0-beta.1")] // Deny warnings inside doc tests / examples. When this isn't present, rustdoc doesn't show *any* // warnings at all. #![doc(test(attr(deny(warnings))))] |