Skip to content

Commit

Permalink
Update vendored fuser to 82bd70c (v0.14.0) (#599)
Browse files Browse the repository at this point in the history
* Update vendored fuser to 82bd70c (v0.14.0)

Signed-off-by: Alessandro Passaro <[email protected]>

* Update fuser dependency to v0.14.0

Signed-off-by: Alessandro Passaro <[email protected]>

---------

Signed-off-by: Alessandro Passaro <[email protected]>
  • Loading branch information
passaro authored Nov 7, 2023
1 parent 164789b commit 6dead83
Show file tree
Hide file tree
Showing 28 changed files with 1,404 additions and 189 deletions.
138 changes: 45 additions & 93 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mountpoint-s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
publish = false

[dependencies]
fuser = { path = "../vendor/fuser", version = "0.13.0", features = ["abi-7-28"] }
fuser = { path = "../vendor/fuser", version = "0.14.0", features = ["abi-7-28"] }
mountpoint-s3-client = { path = "../mountpoint-s3-client", version = "0.4.0" }
mountpoint-s3-crt = { path = "../mountpoint-s3-crt", version = "0.3.0" }

Expand Down
1 change: 1 addition & 0 deletions vendor/fuser/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
!src/
!examples/
!./Cargo.*
!./rust-toolchain
!./build.rs
!./pjdfs.sh
!./xfstests.sh
Expand Down
2 changes: 0 additions & 2 deletions vendor/fuser/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.67
target: x86_64-unknown-linux-musl
default: true

Expand All @@ -46,7 +45,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.67
components: rustfmt, clippy
default: true

Expand Down
5 changes: 5 additions & 0 deletions vendor/fuser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# FUSE for Rust - Changelog

## 0.14.0 - 2023-11-04
* Add support for poll
* Add support for notifications
* ABI 7.11 support is now complete

## 0.13.0 - 2023-08-16
* Remove dependency on `users` crate
* Performance optimizations
Expand Down
Loading

0 comments on commit 6dead83

Please sign in to comment.