Update Luau to 0.521

This commit is contained in:
Alex Orlenko 2022-03-31 23:28:37 +01:00
parent f63f147265
commit 8c333354d3
No known key found for this signature in database
GPG key ID: 4C150C250863B96D

View file

@ -59,7 +59,7 @@ cc = { version = "1.0" }
pkg-config = { version = "0.3.17" }
lua-src = { version = ">= 544.0.0, < 550.0.0", optional = true }
luajit-src = { version = ">= 210.3.1, < 220.0.0", optional = true }
luau0-src = { version = "0.2.1", optional = true }
luau0-src = { version = "0.2.2", optional = true }
[dev-dependencies]
rustyline = "9.0"