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 #12 and #23).  The API is not ready
to be stable yet but perfect is the enemy of good.

Remove the "authors" field:
https://rust-lang.github.io/rfcs/3052-optional-authors-field.html

Add four crate categories:
- api-bindings
- os::linux-apis
- virtualization
- filesystem

Signed-off-by: Mickaël Salaün <mic@digikod.net>
  • Loading branch information
l0kod committed Jan 27, 2023
1 parent b36dfbb commit a707428
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
[package]
name = "landlock"
version = "0.1.0"
authors = [
"Mickaël Salaün <mic@digikod.net>",
"Vincent Dagonneau <vincentdagonneau@gmail.com>"
]
version = "0.2.0"
edition = "2021"
rust-version = "1.63"
description = "Landlock LSM helpers"
homepage = "https://landlock.io"
repository = "https://github.com/landlock-lsm/rust-landlock"
license = "MIT OR Apache-2.0"
keywords = ["access-control", "linux", "sandbox", "security"]
categories = ["api-bindings", "os::linux-apis", "virtualization", "filesystem"]
exclude = [".gitignore"]
readme = "README.md"

Expand Down

0 comments on commit a707428

Please sign in to comment.