File tree 5 files changed +10
-7
lines changed 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.19.5]
2
+ - Update to Lua 5.4.6 (thanks @0x2ec )
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,9 +35,9 @@ 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.4 " , optional = true }
39
- rlua-lua53-sys = { version = " 0.1.2 " , optional = true }
40
- rlua-lua51-sys = { version = " 0.1.2 " , optional = true }
38
+ rlua-lua54-sys = { version = " 0.1.5 " , optional = true }
39
+ rlua-lua53-sys = { version = " 0.1.5 " , optional = true }
40
+ rlua-lua51-sys = { version = " 0.1.5 " , optional = true }
41
41
42
42
43
43
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rlua-lua51-sys"
3
- version = " 0.1.3 "
3
+ version = " 0.1.5 "
4
4
keywords = [" bindings" , " lua" ]
5
5
categories = [" external-ffi-bindings" ]
6
6
description = " Bindings to lua's C API"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rlua-lua53-sys"
3
- version = " 0.1.3 "
3
+ version = " 0.1.5 "
4
4
keywords = [" bindings" , " lua" ]
5
5
categories = [" external-ffi-bindings" ]
6
6
description = " Bindings to lua's C API"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rlua-lua54-sys"
3
- version = " 0.1.4 "
3
+ version = " 0.1.5 "
4
4
keywords = [" bindings" , " lua" ]
5
5
categories = [" external-ffi-bindings" ]
6
6
description = " Bindings to lua's C API"
You can’t perform that action at this time.
0 commit comments