From 89580dd86347ebe5b56dceee913520f9b5a01a10 Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Thu, 25 Nov 2021 18:18:38 +0000 Subject: [PATCH] v0.7.0 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7492c8d..75742b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mlua" -version = "0.6.6" # remember to update html_root_url and mlua_derive +version = "0.7.0" # remember to update html_root_url and mlua_derive authors = ["Aleksandr Orlenko ", "kyren "] edition = "2018" repository = "https://github.com/khvzak/mlua" diff --git a/src/lib.rs b/src/lib.rs index f89154a..7d7d1c2 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.6")] +#![doc(html_root_url = "https://docs.rs/mlua/0.7.0")] // Deny warnings inside doc tests / examples. When this isn't present, rustdoc doesn't show *any* // warnings at all. #![doc(test(attr(deny(warnings))))]