Skip to content

Commit 5f89118

Browse files
committed
Bump rlua version and the Lua 5.4 -sys dependency version.
1 parent 9e8dde5 commit 5f89118

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.19.5]
2+
- Update to Lua 5.4.4.
3+
14
## [0.19.4]
25
- Fix the `lua-no-oslib` feature introduced with a bug in 0.19.3.
36

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlua"
3-
version = "0.19.4"
3+
version = "0.19.5"
44
authors = ["kyren <kerriganw@gmail.com>"]
55
edition = "2018"
66
description = "High level bindings to Lua 5.x"
@@ -35,7 +35,7 @@ libc = { version = "0.2" }
3535
num-traits = { version = "0.2.14" }
3636
bitflags = { version = "1.0.4" }
3737
bstr = {version = "0.2", features = ["std"], default_features = false }
38-
rlua-lua54-sys = { version = "0.1.3", optional = true }
38+
rlua-lua54-sys = { version = "0.1.4", optional = true }
3939
rlua-lua53-sys = { version = "0.1.2", optional = true }
4040
rlua-lua51-sys = { version = "0.1.2", optional = true }
4141

0 commit comments

Comments
 (0)