Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Feb 9, 2023
1 parent 6150c3a commit 53de102
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 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.1"
version = "0.2.2"
authors = ["Alex Saveau <[email protected]>"]
edition = "2021"
description = "ForkFS allows you to sandbox a process's changes to your file system."
Expand All @@ -12,7 +12,7 @@ license = "Apache-2.0"
[dependencies]
clap2 = { version = "4.0.32", features = ["derive", "wrap_help"] }
dirs = "4.0.0"
error-stack = "0.3.0"
error-stack = "0.3.1"
fuc_engine = "1.1.3"
# TODO faster statx
rustix = { version = "0.37.0-alpha.0", features = ["fs", "process", "thread"] }
Expand Down

0 comments on commit 53de102

Please sign in to comment.