mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Bump version to 0.9.7, update changelog
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## [0.9.7]
|
||||
- Add unsafe function to load the debug Lua module (thanks @Timidger!)
|
||||
- Fix setmetatable wrapper with nil metatable (thanks again to @Timidger!)
|
||||
|
||||
## [0.9.6]
|
||||
- Fix an annoying bug that made external errors appear to have no further cause
|
||||
errors in the cause chain.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rlua"
|
||||
version = "0.9.6"
|
||||
version = "0.9.7"
|
||||
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