Skip to content

Commit a36fe7d

Browse files
committed
v0.5.4
1 parent 9dab140 commit a36fe7d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

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+
28
## v0.5.3
39

410
- Fixed memory leak in some cases

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ezlua"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2021"
55
license = "MIT"
66
authors = ["metaworm <metaworm@outlook.com>"]

0 commit comments

Comments
 (0)