From 2a4b8783c22d8339d7ce2ac7a6f44d4216bb19e2 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 23 Jan 2025 09:56:45 -0600 Subject: [PATCH] bindgen: remove rust-edition argument Not supported on 0.69.5 as found in many package managers. --- rust/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/Makefile.am b/rust/Makefile.am index b0494f3903bd..400ecf05de59 100644 --- a/rust/Makefile.am +++ b/rust/Makefile.am @@ -111,7 +111,6 @@ update-bindings: if HAVE_BINDGEN $(BINDGEN) \ -o src/_sys.rs \ - --rust-edition 2021 \ --rust-target 1.67.1 \ --disable-header-comment \ --allowlist-type 'SCAppLayerEventType' \