We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc058eb commit 6b46e8aCopy full SHA for 6b46e8a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [0.12.2]
2
+- Some minor documentation fixes.
3
+- Fix for some rare panics which might result in an abort from panicking across
4
+ a C API boundary.
5
+
6
## [0.12.1]
7
- Fix a stupid bug where `AnyUserData::set_user_value` /
8
`AnyUserData::get_user_value` could panic if the `ToLua` / `FromLua` type
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rlua"
-version = "0.12.1"
+version = "0.12.2"
authors = ["kyren <[email protected]>"]
description = "High level bindings to Lua 5.3"
repository = "https://github.com/chucklefish/rlua"
0 commit comments