File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " luau0-src"
3
- version = " 0.12.3+luau663 "
3
+ version = " 0.13.0+luau666 "
4
4
authors = [
" Aleksandr Orlenko <[email protected] >" ]
5
5
edition = " 2021"
6
6
repository = " https://github.com/khvzak/luau-src-rs"
7
7
keywords = [" lua" , " luau" , " roblox" ]
8
8
readme = " README.md"
9
9
license = " MIT"
10
10
description = """
11
- Minimal sources of Roblox Luau and logic to build them.
11
+ Minimal sources of Luau and logic to build them.
12
12
"""
13
13
14
14
[workspace ]
15
15
members = [" testcrate" ]
16
16
17
17
[dependencies ]
18
- cc = " 1.2"
18
+ cc = { version = " 1.2" , features = [ " parallel " ] }
Original file line number Diff line number Diff line change 4
4
[ Build Status ] : https://github.com/khvzak/luau-src-rs/workflows/CI/badge.svg
5
5
[ github-actions ] : https://github.com/khvzak/luau-src-rs/actions
6
6
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.
8
8
Intended to be consumed by the [ mlua-sys] crate.
9
9
10
- [ Luau ] : https://github.com/Roblox /luau
10
+ [ Luau ] : https://github.com/luau-lang /luau
11
11
[ mlua-sys ] : https://crates.io/crates/mlua-sys
12
12
13
13
# License
You can’t perform that action at this time.
0 commit comments