diff --git a/perlmod-macro/Cargo.toml b/perlmod-macro/Cargo.toml index 77e38c5..8eda02a 100644 --- a/perlmod-macro/Cargo.toml +++ b/perlmod-macro/Cargo.toml @@ -2,7 +2,7 @@ name = "perlmod-macro" version = "0.6.0" authors = ["Wolfgang Bumiller "] -edition = "2018" +edition = "2021" build = "build.rs" license = "Apache-2.0 OR MIT" categories = [ "API bindings" ] diff --git a/perlmod-test/Cargo.toml b/perlmod-test/Cargo.toml index 09006fe..3dbc73b 100644 --- a/perlmod-test/Cargo.toml +++ b/perlmod-test/Cargo.toml @@ -2,7 +2,7 @@ name = "perlmod-test" version = "0.1.0" authors = ["Wolfgang Bumiller "] -edition = "2018" +edition = "2021" [lib] crate-type = [ "cdylib" ] diff --git a/perlmod/Cargo.toml b/perlmod/Cargo.toml index 010b89a..5bca429 100644 --- a/perlmod/Cargo.toml +++ b/perlmod/Cargo.toml @@ -2,7 +2,7 @@ name = "perlmod" version = "0.9.0" authors = ["Wolfgang Bumiller "] -edition = "2018" +edition = "2021" build = "build.rs" license = "Apache-2.0 OR MIT" categories = [ "API bindings" ]