Skip to content

Commit

Permalink
Merge 37af485 into a73c4f6
Browse files Browse the repository at this point in the history
  • Loading branch information
boustrophedon committed Jun 17, 2023
2 parents a73c4f6 + 37af485 commit 1878f56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
0.1.4
-----
- impl RuleSet for &RuleSet
- Remove thiserror dependency
- Update libseccomp and syscalls dependencies

0.1.3 and prior
----
Initial extrasafe release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "extrasafe"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["Harry Stern <harry@harrystern.net>",]
description = "Make your code extrasafe by preventing it from calling unneeded syscalls."
Expand Down

0 comments on commit 1878f56

Please sign in to comment.