]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: set edition to 2018
authorJason Ish <jason.ish@oisf.net>
Mon, 16 Dec 2019 19:42:44 +0000 (13:42 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 24 Jan 2020 16:16:00 +0000 (10:16 -0600)
rust/Cargo.toml.in

index 02776af38472226e80c46613ef72d41a6db50478..f885ff7f08aa7c00d731fd908132d7e3205fd37f 100644 (file)
@@ -1,6 +1,7 @@
 [package]
 name = "suricata"
 version = "@PACKAGE_VERSION@"
+edition = "2018"
 
 [lib]
 crate-type = ["staticlib"]