This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 4996d0c50e [#6511] fix (gvfs-fuse): Fix rust build failed on `rust
check` (#6512)
4996d0c50e is described below
commit 4996d0c50e64fc9a702117a4ded1451867d7b89b
Author: Yuhui <[email protected]>
AuthorDate: Tue Feb 25 17:25:58 2025 +0800
[#6511] fix (gvfs-fuse): Fix rust build failed on `rust check` (#6512)
### 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
---
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 21a97ceec7..6fc1fa32a5 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