Skip to content

Commit

Permalink
bindgen: remove rust-edition argument
Browse files Browse the repository at this point in the history
Not supported on 0.69.5 as found in many package managers.
  • Loading branch information
jasonish committed Jan 23, 2025
1 parent 0c03662 commit 2a4b878
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 2a4b878

Please sign in to comment.