From 53aaa82deb888b8e4d63d7077f38d788e3b614d0 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 16 Dec 2019 13:42:44 -0600 Subject: [PATCH] rust: set edition to 2018 --- rust/Cargo.toml.in | 1 + 1 file changed, 1 insertion(+) 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"] -- 2.47.2