Skip to content

Commit

Permalink
landlock: Bump to 0.2.0
Browse files Browse the repository at this point in the history
Release a new crate version for current users before bringing more
invasive API breaking changes (see landlock-lsm#12 and landlock-lsm#23).  The API is not ready
to be stable yet but perfect is the enemy of good.

Switch to the 2021 Rust edition.

Only keep myself as the current maintainer.  Thanks Vincent for the
collaboration in early development!

Signed-off-by: Mickaël Salaün <mic@digikod.net>
  • Loading branch information
l0kod committed Jan 27, 2023
1 parent f69888f commit facc63c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
[package]
name = "landlock"
version = "0.1.0"
authors = [
"Mickaël Salaün <mic@digikod.net>",
"Vincent Dagonneau <vincentdagonneau@gmail.com>"
]
edition = "2018"
version = "0.2.0"
edition = "2021"
rust-version = "1.63"
authors = ["Mickaël Salaün <mic@digikod.net>"]
description = "Landlock LSM helpers"
homepage = "https://landlock.io"
repository = "https://github.com/landlock-lsm/rust-landlock"
Expand Down

0 comments on commit facc63c

Please sign in to comment.