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
+
1
6
## v0.5.2
2
7
3
8
- Some performance optimisations (callbacks)
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " 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
4
4
authors = [" Aleksandr Orlenko <zxteam@pm.me>" , " kyren <catherine@chucklefish.org>" ]
5
5
edition = " 2018"
6
6
repository = " https://github.com/khvzak/mlua"
Original file line number Diff line number Diff line change 70
70
//! [`serde::Deserialize`]: https://docs.serde.rs/serde/de/trait.Deserialize.html
71
71
72
72
// 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 " ) ]
74
74
// Deny warnings inside doc tests / examples. When this isn't present, rustdoc doesn't show *any*
75
75
// warnings at all.
76
76
#![ doc( test( attr( deny( warnings) ) ) ) ]
You can’t perform that action at this time.
0 commit comments