mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Bump version / changelog for 0.9.6
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## [0.9.6]
|
||||
- Fix an annoying bug that made external errors appear to have no further cause
|
||||
errors in the cause chain.
|
||||
|
||||
## [0.9.5]
|
||||
- Fix incorrect `xpcall` behavior
|
||||
- Change FromLua / ToLua impls for HashMap to be generic over the hasher. This
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rlua"
|
||||
version = "0.9.5"
|
||||
version = "0.9.6"
|
||||
authors = ["kyren <catherine@chucklefish.org>"]
|
||||
description = "High level bindings to Lua 5.3"
|
||||
repository = "https://github.com/chucklefish/rlua"
|
||||
|
||||
Reference in New Issue
Block a user