File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " luau0-src"
3- version = " 0.12.3+luau663 "
3+ version = " 0.13.0+luau666 "
44authors = [
" Aleksandr Orlenko <[email protected] >" ]
55edition = " 2021"
66repository = " https://github.com/khvzak/luau-src-rs"
77keywords = [" lua" , " luau" , " roblox" ]
88readme = " README.md"
99license = " MIT"
1010description = """
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 ]
1515members = [" testcrate" ]
1616
1717[dependencies ]
18- cc = " 1.2"
18+ cc = { version = " 1.2" , features = [ " parallel " ] }
Original file line number Diff line number Diff line change 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.
88Intended 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
You can’t perform that action at this time.
0 commit comments