Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boustrophedon committed Nov 9, 2023
1 parent 6eef155 commit d6382dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "extrasafe"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Harry Stern <harry@harrystern.net>",]
description = "Make your code extrasafe by preventing it from calling unneeded syscalls."
description = "Make your code extrasafe by reducing what it can access."
repository = "https://github.com/boustrophedon/extrasafe"
license = "MIT"
keywords = ["security", "seccomp", "syscall"]
keywords = ["security", "seccomp", "landlock", "syscall"]
categories = ["os::linux-apis"]

[features]
Expand Down

0 comments on commit d6382dd

Please sign in to comment.