Skip to content

Commit 6807dfa

Browse files
committed
v0.8.6
1 parent f27c49f commit 6807dfa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.8.6
2+
3+
- Fixed bug when recycled Registry slot can be set to Nil
4+
15
## v0.8.5
26

37
- Fixed potential unsoundness when using `Layout::from_size_align_unchecked` and Rust 1.65+

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mlua"
3-
version = "0.8.5" # remember to update html_root_url and mlua_derive
3+
version = "0.8.6" # remember to update html_root_url and mlua_derive
44
authors = ["Aleksandr Orlenko <[email protected]>", "kyren <[email protected]>"]
55
edition = "2021"
66
repository = "https://github.com/khvzak/mlua"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
//! [`serde::Deserialize`]: https://docs.serde.rs/serde/de/trait.Deserialize.html
7373
7474
// mlua types in rustdoc of other crates get linked to here.
75-
#![doc(html_root_url = "https://docs.rs/mlua/0.8.5")]
75+
#![doc(html_root_url = "https://docs.rs/mlua/0.8.6")]
7676
// Deny warnings inside doc tests / examples. When this isn't present, rustdoc doesn't show *any*
7777
// warnings at all.
7878
#![doc(test(attr(deny(warnings))))]

0 commit comments

Comments
 (0)