Skip to content

Commit

Permalink
feat: fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Sep 23, 2024
1 parent f88d912 commit 5addde0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 33 deletions.
53 changes: 22 additions & 31 deletions bin/ofs/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 bin/ofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ url = "2.5.0"
chrono = "0.4.34"
sharded-slab = "0.1.7"
bytes = "1.5.0"
libc = "0.2.151"
fuse3 = { git = "https://github.com/oowl/fuse3", branch = "owl/macos-support", "features" = ["tokio-runtime", "unprivileged"] }
libc = "0.2.158"
fuse3 = { git = "https://github.com/oowl/fuse3", branch = "owl/macos-support-recreate", "features" = ["tokio-runtime", "unprivileged"] }
nix = { version = "0.27.1", features = ["user"] }

[features]
Expand Down

0 comments on commit 5addde0

Please sign in to comment.