summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Orlenko <zxteam@protonmail.com>2022-07-25 14:23:25 +0100
committerAlex Orlenko <zxteam@protonmail.com>2022-07-25 14:23:25 +0100
commit185fee956dac0674b583db18c5c243537dca08da (patch)
tree9165709268a58804c52e9e0cb0633a4ab7b33f59 /src
parent4fc69be5f6b810b3763f319efa963c655de1b99b (diff)
downloadmlua-185fee956dac0674b583db18c5c243537dca08da.zip
v0.8.2
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 512521c..06e5ac6 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.8.1")]
+#![doc(html_root_url = "https://docs.rs/mlua/0.8.2")]
// Deny warnings inside doc tests / examples. When this isn't present, rustdoc doesn't show *any*
// warnings at all.
#![doc(test(attr(deny(warnings))))]