We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93cb8e8 + 9c4b594 commit e47db6aCopy full SHA for e47db6a
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [0.19.8]
2
+- Update rustyline dev-dependency (thanks @salexan2001)
3
+- Fix builds for iOS (thanks @w-ensink)
4
+- Add an example changing `package.path` (thanks @paulfrische)
5
+- Fix crash on empty source with LuaJIT
6
+- Update some dependencies
7
+- Fix a leak when destroying `Lua` object with `LuaJIT`.
8
+
9
## [0.19.7]
10
- Cosmetic fixes to README.md
11
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rlua"
-version = "0.19.7"
+version = "0.19.8"
authors = ["kyren <kerriganw@gmail.com>"]
edition = "2018"
description = "High level bindings to Lua 5.x"
0 commit comments