From f771e6210c63eecaeb3eed394b4bd31ec6fa4e15 Mon Sep 17 00:00:00 2001 From: Alexandre Janniaux Date: Fri, 15 Nov 2019 13:19:55 +0100 Subject: [PATCH] cargo: update edition to 2018 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ce6f291..faf9be5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ keywords = ["libVLC", "bindings"] repository = "https://github.com/garkimasera/vlc-rs" license = "MIT" readme = "README.md" +edition = "2018" [lib] name = "vlc"