From 94dd70ea5fa9468c00f5c2d48c8695658ff48642 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 18 Nov 2024 18:16:24 -0600 Subject: [PATCH] fixup --- rust/Cargo.lock.in | 2 +- rust/Cargo.toml.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rust/Cargo.lock.in b/rust/Cargo.lock.in index e82b13f74eee..ac68b8a73c2a 100644 --- a/rust/Cargo.lock.in +++ b/rust/Cargo.lock.in @@ -1049,7 +1049,7 @@ dependencies = [ [[package]] name = "suricata-lua-sys" version = "0.1.0-alpha.5" -source = "git+https://github.com/jasonish/suricata-lua-sys?branch=copy-fix#df4a9c42168f060684a47ab4c0846bb335d7e160" +source = "git+https://github.com/jasonish/suricata-lua-sys?branch=copy-fix#186720637e9ee2d34db250198d5363f68faf6a90" dependencies = [ "fs_extra", ] diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 4955b7c2c14b..ca337876a756 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -71,6 +71,7 @@ suricata-derive = { path = "./derive", version = "@PACKAGE_VERSION@" } #suricata-lua-sys = { version = "0.1.0-alpha.5" } suricata-lua-sys = { git = "https://github.com/jasonish/suricata-lua-sys", branch = "copy-fix" } +#suricata-lua-sys = { path = "../../../suricata-lua-sys" } [dev-dependencies] test-case = "~3.3.1"