Skip to content

Commit

Permalink
2024 edition
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
  • Loading branch information
SUPERCILEX committed Dec 27, 2024
1 parent 60174eb commit d8cc5f6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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
Expand Up @@ -2,7 +2,7 @@
name = "forkfs"
version = "0.2.8"
authors = ["Alex Saveau <saveau.alexandre@gmail.com>"]
edition = "2021"
edition = "2024"
description = "ForkFS allows you to sandbox a process's changes to your file system."
repository = "https://github.com/SUPERCILEX/forkfs"
keywords = ["tools", "isolate", "files"]
Expand All @@ -18,7 +18,7 @@ rustix = { version = "0.38.42", features = ["fs", "process", "thread", "linux_la
thiserror = "2.0.9"

[dev-dependencies]
supercilex-tests = "0.4.12"
supercilex-tests = "0.4.13"
trycmd = "0.15.8"

[profile.release]
Expand Down

0 comments on commit d8cc5f6

Please sign in to comment.