Skip to content

Commit 701b48e

Browse files
committed
v0.13.0+luau666
1 parent 5be2e0b commit 701b48e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[package]
22
name = "luau0-src"
3-
version = "0.12.3+luau663"
3+
version = "0.13.0+luau666"
44
authors = ["Aleksandr Orlenko <[email protected]>"]
55
edition = "2021"
66
repository = "https://github.com/khvzak/luau-src-rs"
77
keywords = ["lua", "luau", "roblox"]
88
readme = "README.md"
99
license = "MIT"
1010
description = """
11-
Minimal sources of Roblox Luau and logic to build them.
11+
Minimal sources of Luau and logic to build them.
1212
"""
1313

1414
[workspace]
1515
members = ["testcrate"]
1616

1717
[dependencies]
18-
cc = "1.2"
18+
cc = { version = "1.2", features = ["parallel"] }

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
[Build Status]: https://github.com/khvzak/luau-src-rs/workflows/CI/badge.svg
55
[github-actions]: https://github.com/khvzak/luau-src-rs/actions
66

7-
This crate contains the sources of Roblox [Luau] and logic to build them.
7+
This crate contains the sources of [Luau] and logic to build them.
88
Intended to be consumed by the [mlua-sys] crate.
99

10-
[Luau]: https://github.com/Roblox/luau
10+
[Luau]: https://github.com/luau-lang/luau
1111
[mlua-sys]: https://crates.io/crates/mlua-sys
1212

1313
# License

0 commit comments

Comments
 (0)