summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlex Orlenko <zxteam@protonmail.com>2021-10-04 23:29:20 +0100
committerAlex Orlenko <zxteam@protonmail.com>2021-10-05 18:11:32 +0100
commit259eb09ae1631b2d28b5c0efca1ff2b8732d6941 (patch)
treeae771a4fa0c85ab930d8766cffc976bf57b8bbc3 /src/lib.rs
parenta544e41b33a9da1e46c6d32ea512a8e88bfa1e4a (diff)
downloadmlua-259eb09ae1631b2d28b5c0efca1ff2b8732d6941.zip
v0.6.5
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 4b4c45b..7d54b6d 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.4")]
+#![doc(html_root_url = "https://docs.rs/mlua/0.6.5")]
// Deny warnings inside doc tests / examples. When this isn't present, rustdoc doesn't show *any*
// warnings at all.
#![doc(test(attr(deny(warnings))))]