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 e08768c commit 247208eCopy full SHA for 247208e
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.11.4 (Sep 29, 2025)
2
+
3
+- Make `Value::to_serializable` public
4
+- Add new serde option `detect_mixed_tables` (to encode mixed array+map tables)
5
+- Add `ObjectLike::get_path` helper (for tables and userdata)
6
7
## v0.11.3 (Aug 30, 2025)
8
9
- Add `Lua::yield_with` to use as `coroutine.yield` functional replacement in async functions for any Lua
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mlua"
-version = "0.11.3" # remember to update mlua_derive
+version = "0.11.4" # remember to update mlua_derive
authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@kyju.org>"]
rust-version = "1.79.0"
edition = "2021"
0 commit comments