summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Orlenko <zxteam@protonmail.com>2021-06-27 22:42:14 +0100
committerAlex Orlenko <zxteam@protonmail.com>2021-06-28 00:10:07 +0100
commitfc84e8623ea1edd482cb1358c7b7b5cd60b9b90f (patch)
treebf6600993423bec10f5137ab62ea455a3494f516 /src
parent8aae9a7c3e57063e85bc9040eafc51d6d164f26d (diff)
downloadmlua-fc84e8623ea1edd482cb1358c7b7b5cd60b9b90f.zip
v0.6.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 6d01c74..80af7f4 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.6.0")]
+#![doc(html_root_url = "https://docs.rs/mlua/0.6.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))))]