Skip to content

Commit c110811

Browse files
committed
Update README
1 parent 6442bc7 commit c110811

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ version = "548.1.2"
44
authors = ["Aleksandr Orlenko <[email protected]>"]
55
edition = "2024"
66
repository = "https://github.com/mlua-rs/lua-src-rs"
7-
keywords = ["lua", "lua51", "lua52", "lua53", "lua54"]
7+
keywords = ["lua", "lua51", "lua52", "lua53", "lua54", "lua55"]
88
readme = "README.md"
99
license = "MIT"
1010
description = """
11-
Sources of Lua 5.1/5.2/5.3/5.4 and logic to build them.
11+
Sources of Lua 5.1-5.5 and logic to build them.
1212
"""
1313

1414
[features]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[Build Status]: https://github.com/mlua-rs/lua-src-rs/workflows/CI/badge.svg
55
[github-actions]: https://github.com/mlua-rs/lua-src-rs/actions
66

7-
This crate contains the sources of Lua 5.1/5.2/5.3/5.4 and logic to build them.
7+
This crate contains the sources of Lua 5.1/5.2/5.3/5.4/5.5 and logic to build them.
88
Intended to be consumed by the [mlua-sys] crate.
99

1010
[mlua-sys]: https://crates.io/crates/mlua-sys

0 commit comments

Comments
 (0)