mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Bump cargo version to 0.9.3, update changelog.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## [0.9.2]
|
||||
- Soundness fix for recursive function calls, now causes a panic.
|
||||
This is temporary while I work on a more major update that
|
||||
prevents panics / aborts from scripts.
|
||||
|
||||
## [0.9.2]
|
||||
- Bugfix, don't load the "base" library into the "base" global variable
|
||||
@jonas-schievink
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rlua"
|
||||
version = "0.9.2"
|
||||
version = "0.9.3"
|
||||
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