File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v0.10.0-beta.1
2+
3+ - Dropped ` 'lua ` lifetime (subtypes now store a weak reference to Lua)
4+ - Removed (experimental) owned types (they no longer needed)
5+ - Make Lua types truly ` Send ` and ` Sync ` (when enabling ` send ` feature flag)
6+ - Removed ` UserData ` impl for Rc/Arc types ("any" userdata functions can be used instead)
7+ - ` Lua::replace_registry_value ` takes ` &mut RegistryKey `
8+ - ` Lua::scope ` temporary disabled (will be re-added in the next release)
9+
110## v0.9.9
211
312- Minimal Luau updated to 0.629
Original file line number Diff line number Diff line change 11[package ]
22name = " mlua"
3- version = " 0.10.0" # remember to update mlua_derive
3+ version = " 0.10.0-beta.1 " # remember to update mlua_derive
44authors = [
" Aleksandr Orlenko <[email protected] >" ,
" kyren <[email protected] >" ]
55rust-version = " 1.71"
66edition = " 2021"
You can’t perform that action at this time.
0 commit comments