From fa744b44d8f3b8864fc81ae3ad7cd32e33a592b3 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Sun, 16 Jul 2023 14:49:13 -0400 Subject: [PATCH] Use git url for luau0-src dependency --- mlua-sys/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mlua-sys/Cargo.toml b/mlua-sys/Cargo.toml index 29838a2..03ff8b3 100644 --- a/mlua-sys/Cargo.toml +++ b/mlua-sys/Cargo.toml @@ -39,5 +39,4 @@ cfg-if = "1.0" pkg-config = "0.3.17" lua-src = { version = ">= 546.0.0, < 550.0.0", optional = true } luajit-src = { version = ">= 210.4.0, < 220.0.0", optional = true } -#luau0-src = { version = "0.5.10", optional = true } -luau0-src = { path = "../../luau-src-rs", optional = true } +luau0-src = { git = "https://git.pfaff.dev/michael/luau-src-rs.git", optional = true }