summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlex Orlenko <zxteam@protonmail.com>2021-05-04 00:43:26 +0100
committerAlex Orlenko <zxteam@protonmail.com>2021-05-04 00:43:26 +0100
commit8e57e6fa5a4aed0105aba2371e91e0ad1339f533 (patch)
tree3a3e4d178c248edd8d21b8289e4e66fc6fb9f86d /src/lib.rs
parentf2dbbb091f48fae7a0b13f3a9c5136f69b657893 (diff)
downloadmlua-8e57e6fa5a4aed0105aba2371e91e0ad1339f533.zip
v0.6.0-beta.1
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 278f24e..23f2952 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.5.4")]
+#![doc(html_root_url = "https://docs.rs/mlua/0.6.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))))]