Skip to content

Commit

Permalink
Reverted fuse update
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Dec 15, 2023
1 parent 5d03336 commit c923ac1
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 70 deletions.
130 changes: 62 additions & 68 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 filer-fuse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ edition = "2021"

[dependencies]
filer = { version = "0.1", path = "../filer" }
time = "0.3"
time = "0.1"
libc = "0.2"
log = "0.4"

[target.'cfg(not(windows))'.dependencies]
fuse_mt = "0.6"
fuse_mt = "0.5"

0 comments on commit c923ac1

Please sign in to comment.