diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2022-06-29 15:41:22 +0100 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2022-06-29 15:41:22 +0100 |
commit | b46b476f805f6e15a33a2f0fd2dc30c8cccb2295 (patch) | |
tree | 16e30f00aa38dca466364e603562ee90bd00540f /src | |
parent | 70e16b51aeea2b0b2552ec7b77bfa7e6cc7c0896 (diff) | |
download | mlua-b46b476f805f6e15a33a2f0fd2dc30c8cccb2295.zip |
v0.8.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.8.0")] +#![doc(html_root_url = "https://docs.rs/mlua/0.8.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))))] |