Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Mar 24, 2023
1 parent 933bccf commit f1c56d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forkfs"
version = "0.2.4"
version = "0.2.5"
authors = ["Alex Saveau <[email protected]>"]
edition = "2021"
description = "ForkFS allows you to sandbox a process's changes to your file system."
Expand All @@ -13,7 +13,7 @@ license = "Apache-2.0"
clap2 = { version = "4.1.8", features = ["derive", "wrap_help"] }
dirs = "5.0.0"
error-stack = "0.3.1"
fuc_engine = "1.1.5"
fuc_engine = "1.1.6"
rustix = { version = "0.37.3", features = ["fs", "process", "thread", "linux_latest"] }
thiserror = "1.0.40"

Expand Down

0 comments on commit f1c56d6

Please sign in to comment.