Skip to content

Commit a1965de

Browse files
committed
Update versions and changelog ready for release.
1 parent 508a36c commit a1965de

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.19.5]
2+
- Update to Lua 5.4.6 (thanks @0x2ec)
3+
14
## [0.19.4]
25
- Fix the `lua-no-oslib` feature introduced with a bug in 0.19.3.
36

Diff for: Cargo.toml

+4-4
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 <[email protected]>"]
55
edition = "2018"
66
description = "High level bindings to Lua 5.x"
@@ -35,9 +35,9 @@ 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.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 }
4141

4242

4343
[dev-dependencies]

Diff for: crates/rlua-lua51-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlua-lua51-sys"
3-
version = "0.1.3"
3+
version = "0.1.5"
44
keywords = ["bindings", "lua"]
55
categories = ["external-ffi-bindings"]
66
description = "Bindings to lua's C API"

Diff for: crates/rlua-lua53-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlua-lua53-sys"
3-
version = "0.1.3"
3+
version = "0.1.5"
44
keywords = ["bindings", "lua"]
55
categories = ["external-ffi-bindings"]
66
description = "Bindings to lua's C API"

Diff for: crates/rlua-lua54-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlua-lua54-sys"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
keywords = ["bindings", "lua"]
55
categories = ["external-ffi-bindings"]
66
description = "Bindings to lua's C API"

0 commit comments

Comments
 (0)