We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f49e3 commit 13ff0caCopy full SHA for 13ff0ca
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## v0.11.3 (TBC, 2025)
+## v0.11.3 (Aug 30, 2025)
2
3
- Add `Lua::yield_with` to use as `coroutine.yield` functional replacement in async functions for any Lua
4
- Do not try to yield at non-yielable points in Luau interrupt (#632)
Cargo.toml
@@ -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>"]
5
rust-version = "1.79.0"
6
edition = "2021"
0 commit comments