summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Orlenko <zxteam@protonmail.com>2021-12-23 19:40:53 +0000
committerAlex Orlenko <zxteam@protonmail.com>2021-12-23 19:42:52 +0000
commit386eb7a2b726ed3208e329c99ba59525ada78cd3 (patch)
tree1f2f31d39544803240745290c62bb079afdfb834 /src
parent66c9c633b21987c527310b54dcd767cef65b8753 (diff)
downloadmlua-386eb7a2b726ed3208e329c99ba59525ada78cd3.zip
v0.7.1
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 7d7d1c2..e8e638e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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.0")]
+#![doc(html_root_url = "https://docs.rs/mlua/0.7.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))))]