Skip to content

Commit 6152008

Browse files
authored
Merge pull request #279 from amethyst/fix-readme
Fix table in README.md
2 parents 5685966 + 1f91cfa commit 6152008

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.19.7]
2+
- Cosmetic fixes to README.md
3+
14
## [0.19.6]
25
- Initial support for LuaJIT (thanks lazytiger)
36

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlua"
3-
version = "0.19.6"
3+
version = "0.19.7"
44
authors = ["kyren <kerriganw@gmail.com>"]
55
edition = "2018"
66
description = "High level bindings to Lua 5.x"

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ features.
4141

4242
The available features are:
4343

44-
| Cargo feature | Lua version | Notes
45-
| ------------- | ----------- |
46-
| builtin-lua54 | Lua 5.4 (source included in package, default) |
47-
| builtin-lua53 | Lua 5.3 (source included in package) |
48-
| builtin-lua51 | Lua 5.1 (source included in package) |
49-
| system-lua54 | Lua 5.4 (installed on host system, found using pkg-config) |
50-
| system-lua53 | Lua 5.3 (installed on host system, found using pkg-config) |
51-
| system-lua51 | Lua 5.1 (installed on host system, found using pkg-config) |
52-
| system-luajit | LuaJIT 2.x (installed on host system, found using pkg-config) | Memory limits not available
44+
| Cargo feature | Lua version | Notes |
45+
| ------------- | ----------- | ----- |
46+
| builtin-lua54 | Lua 5.4 (source included in package, default) | |
47+
| builtin-lua53 | Lua 5.3 (source included in package) | |
48+
| builtin-lua51 | Lua 5.1 (source included in package) | |
49+
| system-lua54 | Lua 5.4 (installed on host system, found using pkg-config) | |
50+
| system-lua53 | Lua 5.3 (installed on host system, found using pkg-config) | |
51+
| system-lua51 | Lua 5.1 (installed on host system, found using pkg-config) | |
52+
| system-luajit | LuaJIT 2.x (installed on host system, found using pkg-config) | Memory limits not available |
5353

5454
## Loading external C (or other compiled) modules
5555

0 commit comments

Comments
 (0)