From 4fa9aa1e5bad446c8f1e72b57bdc7a4cb23663b6 Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Fri, 21 Jul 2023 22:50:54 +0100 Subject: [PATCH] Pin lua-src and luajit-src versions --- mlua-sys/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mlua-sys/Cargo.toml b/mlua-sys/Cargo.toml index ff4e568..0eb7d3c 100644 --- a/mlua-sys/Cargo.toml +++ b/mlua-sys/Cargo.toml @@ -37,6 +37,6 @@ module = [] cc = "1.0" 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.5, < 220.0.0", optional = true } +lua-src = { version = ">= 546.0.0, < 546.1.0", optional = true } +luajit-src = { version = ">= 210.4.6, < 210.6.0", optional = true } luau0-src = { version = "0.5.11", optional = true }