We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dab140 commit a36fe7dCopy full SHA for a36fe7d
CHANGELOG.md
@@ -1,4 +1,10 @@
1
2
+## v0.5.4
3
+
4
+- Fixed the problem when using serde to deserialize enum
5
+- Fixed some warnings
6
+- Use `extern "C-unwind"` instead of `extern "C"`
7
8
## v0.5.3
9
10
- Fixed memory leak in some cases
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ezlua"
-version = "0.5.3"
+version = "0.5.4"
edition = "2021"
license = "MIT"
authors = ["metaworm <metaworm@outlook.com>"]
0 commit comments