This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.8 by this push:
new 681845f966 [#6511] fix (gvfs-fuse): Fix rust build failed on `rust
check` (#6514)
681845f966 is described below
commit 681845f966a56544634f5668f107f7683d71d327
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 25 18:40:57 2025 +0800
[#6511] fix (gvfs-fuse): Fix rust build failed on `rust check` (#6514)
### What changes were proposed in this pull request?
Fix rust build failed on `rust check, make the version of
`cargo-machete` is 0.7.0.
### Why are the changes needed?
Fix: #6511
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Manually
Co-authored-by: Yuhui <[email protected]>
---
clients/filesystem-fuse/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/filesystem-fuse/Makefile b/clients/filesystem-fuse/Makefile
index 86dd2f2215..51058bd397 100644
--- a/clients/filesystem-fuse/Makefile
+++ b/clients/filesystem-fuse/Makefile
@@ -43,7 +43,7 @@ check-cargo-sort: install-cargo-sort
cargo sort -c
install-cargo-machete:
- cargo install cargo-machete
+ cargo install [email protected]
cargo-machete: install-cargo-machete
cargo machete