rust: use 2021 edition

With the MSRV being bumped to 1.62 for 7.0, we can move the edition up
to 2021.
pull/8907/head
Jason Ish 2 years ago
parent ebe0a7bdc0
commit 039c27789b

@ -1,7 +1,7 @@
[package]
name = "suricata"
version = "@PACKAGE_VERSION@"
edition = "2018"
edition = "2021"
[workspace]
members = [".", "./derive"]

@ -1,7 +1,7 @@
[package]
name = "suricata-derive"
version = "@PACKAGE_VERSION@"
edition = "2018"
edition = "2021"
[lib]
proc-macro = true

Loading…
Cancel
Save