mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
v0.11.3
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
## v0.11.3 (TBC, 2025)
|
||||
## v0.11.3 (Aug 30, 2025)
|
||||
|
||||
- Add `Lua::yield_with` to use as `coroutine.yield` functional replacement in async functions for any Lua
|
||||
- Do not try to yield at non-yielable points in Luau interrupt (#632)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mlua"
|
||||
version = "0.11.2" # remember to update mlua_derive
|
||||
version = "0.11.3" # remember to update mlua_derive
|
||||
authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@kyju.org>"]
|
||||
rust-version = "1.79.0"
|
||||
edition = "2021"
|
||||
|
||||
Reference in New Issue
Block a user