From: Jason Ish Date: Mon, 16 Dec 2019 19:42:44 +0000 (-0600) Subject: rust: set edition to 2018 X-Git-Tag: suricata-6.0.0-beta1~839 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53aaa82deb888b8e4d63d7077f38d788e3b614d0;p=thirdparty%2Fsuricata.git rust: set edition to 2018 --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 02776af384..f885ff7f08 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -1,6 +1,7 @@ [package] name = "suricata" version = "@PACKAGE_VERSION@" +edition = "2018" [lib] crate-type = ["staticlib"]