File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- ## v0.11.0-beta.2 (Jun ? , 2025)
1
+ ## v0.11.0-beta.2 (Jun 12 , 2025)
2
2
3
3
- Lua 5.4 updated to 5.4.8
4
4
- Terminate Rust ` Future ` when ` AsyncThread ` is dropped (without relying on Lua GC)
8
8
- Luau ` Require ` trait methods now can return ` Error ` variant (in ` NavigateError ` enum)
9
9
- Added ` __type ` to ` Error ` 's userdata metatable (for ` typeof ` function)
10
10
- ` parking_log/send_guard ` is moved to ` userdata-wrappers ` feature flag
11
+ - New ` serde ` feature flag to replace ` serialize ` (the old one is still available)
11
12
12
13
## v0.11.0-beta.1 (May 7th, 2025)
13
14
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mlua"
3
- version = " 0.11.0-beta.1 " # remember to update mlua_derive
3
+ version = " 0.11.0-beta.2 " # remember to update mlua_derive
4
4
authors = [" Aleksandr Orlenko <zxteam@pm.me>" , " kyren <catherine@kyju.org>" ]
5
5
rust-version = " 1.79.0"
6
6
edition = " 2021"
You can’t perform that action at this time.
0 commit comments