]> git.proxmox.com Git - perlmod.git/commitdiff
upgrade to edition 2021
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 1 Dec 2021 12:48:40 +0000 (13:48 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 1 Dec 2021 12:48:40 +0000 (13:48 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
perlmod-macro/Cargo.toml
perlmod-test/Cargo.toml
perlmod/Cargo.toml

index 77e38c5b63fe2ac7f32e646720653dcf357304a6..8eda02a9c4cf93a089bac0b338683ccb5e70b505 100644 (file)
@@ -2,7 +2,7 @@
 name = "perlmod-macro"
 version = "0.6.0"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
-edition = "2018"
+edition = "2021"
 build = "build.rs"
 license = "Apache-2.0 OR MIT"
 categories = [ "API bindings" ]
index 09006fecb44c4cac4c9a1e488bcf403ae9225d70..3dbc73b82791fc7070c741b5b158e3e4efeaafb7 100644 (file)
@@ -2,7 +2,7 @@
 name = "perlmod-test"
 version = "0.1.0"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
-edition = "2018"
+edition = "2021"
 
 [lib]
 crate-type = [ "cdylib" ]
index 010b89ac0c5e0551512e86cc607f98f8e503c3f9..5bca4292afbe8540f4b6dd5a15489f6b1b8b854e 100644 (file)
@@ -2,7 +2,7 @@
 name = "perlmod"
 version = "0.9.0"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
-edition = "2018"
+edition = "2021"
 build = "build.rs"
 license = "Apache-2.0 OR MIT"
 categories = [ "API bindings" ]