upgrade to edition 2021

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-12-01 13:48:40 +01:00
parent b44db4281d
commit 381751a4e8
3 changed files with 3 additions and 3 deletions

View 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" ]

View 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" ]

View 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" ]