Skip to content

Commit 12b57b4

Browse files
committed
Update Lua to 5.4.0-rc1 and bump version to 535.0.2+540rc1
1 parent d289785 commit 12b57b4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1072
-917
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "lua-src"
3-
version = "535.0.1+540b"
3+
version = "535.0.2+540rc1"
44
authors = ["Aleksandr Orlenko <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/khvzak/lua-src-rs"
77
keywords = ["lua", "lua51", "lua52", "lua53", "lua54"]
88
readme = "README.md"
99
license = "MIT"
1010
description = """
11-
Sources of Lua 5.1/5.2/5.3/5.4(beta) and logic to build them.
11+
Sources of Lua 5.1/5.2/5.3/5.4(rc1) and logic to build them.
1212
"""
1313

1414
[workspace]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lua-src
22

3-
This crate contains the sources of Lua 5.1/5.2/5.3/5.4(beta) and logic to build them.
3+
This crate contains the sources of Lua 5.1/5.2/5.3/5.4(rc1) and logic to build them.
44
Intended to be consumed by the [mlua](https://crates.io/crates/mlua) crate.
55

66
# License

lua-5.4.0-beta/ldump.c

Lines changed: 0 additions & 229 deletions
This file was deleted.

0 commit comments

Comments
 (0)