From 5c63d274961bc5a70761dbecb84e36a9e9987aeb Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 2 May 2024 19:51:28 +0100 Subject: [PATCH] Update to Rust 2021 --- Cargo.toml | 2 +- ffi/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cd41543..60be1cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/Ortham/esplugin.git" readme = "README.md" categories = ["games", "parsing"] license = "GPL-3.0" -edition = "2018" +edition = "2021" [badges] coveralls = { repository = "Ortham/esplugin" } diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index fb71ba8..f2666b1 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/Ortham/esplugin.git" readme = "../README.md" categories = ["games", "parsing"] license = "GPL-3.0" -edition = "2018" +edition = "2021" exclude = [ "build/*", "include/*",