diff --git a/Cargo.toml b/Cargo.toml index d46898c9..b9514fda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,9 @@ [package] name = "landlock" -version = "0.1.0" -authors = [ - "Mickaël Salaün ", - "Vincent Dagonneau " -] -edition = "2018" +version = "0.2.0" +edition = "2021" rust-version = "1.63" +authors = ["Mickaël Salaün "] description = "Landlock LSM helpers" homepage = "https://landlock.io" repository = "https://github.com/landlock-lsm/rust-landlock"