Bump cargo version to 0.9.3, update changelog.

This commit is contained in:
kyren 2017-10-14 19:27:24 -04:00
parent 8a2cfeb00d
commit 401c06cfe6
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"