File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.19.5]
2
+ - Update to Lua 5.4.4.
3
+
1
4
## [ 0.19.4]
2
5
- Fix the ` lua-no-oslib ` feature introduced with a bug in 0.19.3.
3
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rlua"
3
- version = " 0.19.4 "
3
+ version = " 0.19.5 "
4
4
authors = [" kyren <kerriganw@gmail.com>" ]
5
5
edition = " 2018"
6
6
description = " High level bindings to Lua 5.x"
@@ -35,7 +35,7 @@ libc = { version = "0.2" }
35
35
num-traits = { version = " 0.2.14" }
36
36
bitflags = { version = " 1.0.4" }
37
37
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 }
39
39
rlua-lua53-sys = { version = " 0.1.2" , optional = true }
40
40
rlua-lua51-sys = { version = " 0.1.2" , optional = true }
41
41
You can’t perform that action at this time.
0 commit comments