File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v0.5.3
2+
3+ - Fixed bug when returning nil-prefixed multi values from async function (+ test)
4+ - Performance optimisation for async callbacks (polling)
5+
16## v0.5.2
27
38- Some performance optimisations (callbacks)
Original file line number Diff line number Diff line change 11[package ]
22name = " mlua"
3- version = " 0.5.2 " # remember to update html_root_url and mlua_derive
3+ version = " 0.5.3 " # remember to update html_root_url and mlua_derive
44authors = [" Aleksandr Orlenko <zxteam@pm.me>" , " kyren <catherine@chucklefish.org>" ]
55edition = " 2018"
66repository = " https://github.com/khvzak/mlua"
Original file line number Diff line number Diff line change 7070//! [`serde::Deserialize`]: https://docs.serde.rs/serde/de/trait.Deserialize.html
7171
7272// mlua types in rustdoc of other crates get linked to here.
73- #![ doc( html_root_url = "https://docs.rs/mlua/0.5.2 " ) ]
73+ #![ doc( html_root_url = "https://docs.rs/mlua/0.5.3 " ) ]
7474// Deny warnings inside doc tests / examples. When this isn't present, rustdoc doesn't show *any*
7575// warnings at all.
7676#![ doc( test( attr( deny( warnings) ) ) ) ]
You can’t perform that action at this time.
0 commit comments