From c6d37271711d3993b6269a6db956d3951515b761 Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Mon, 21 Mar 2022 01:37:08 +0000 Subject: Prepare v0.8.0-beta.1 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 4a0d5ba..ba24e71 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.4")] +#![doc(html_root_url = "https://docs.rs/mlua/0.8.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))))] -- cgit v1.2.3