forked from awslabs/mountpoint-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: James Bornholt <[email protected]>
- Loading branch information
1 parent
869811c
commit cdc757a
Showing
19 changed files
with
274 additions
and
334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "fuser" | ||
edition = "2021" | ||
version = "0.11.0" | ||
edition = "2018" | ||
version = "0.12.0" | ||
authors = ["Christopher Berner <[email protected]>"] | ||
description = "Filesystem in Userspace (FUSE) for Rust" | ||
documentation = "https://docs.rs/fuser" | ||
|
@@ -17,13 +17,10 @@ license = "MIT" | |
travis-ci = { repository = "cberner/fuser" } | ||
|
||
[dependencies] | ||
async-trait = "0.1.56" | ||
crossbeam = "*" | ||
libc = "0.2.51" | ||
log = "0.4.6" | ||
memchr = "2" | ||
users = "0.11.0" | ||
futures = "0.3.23" | ||
page_size = "0.4.2" | ||
serde = { version = "1.0.102", features = ["std", "derive"], optional = true } | ||
smallvec = "1.6.1" | ||
|
@@ -66,6 +63,3 @@ abi-7-28 = ["abi-7-27"] | |
abi-7-29 = ["abi-7-28"] | ||
abi-7-30 = ["abi-7-29"] | ||
abi-7-31 = ["abi-7-30"] | ||
|
||
[lib] | ||
bench = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.