From 4996d0c50e64fc9a702117a4ded1451867d7b89b Mon Sep 17 00:00:00 2001 From: Yuhui Date: Tue, 25 Feb 2025 17:25:58 +0800 Subject: [PATCH] [#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 21a97ceec7e..6fc1fa32a59 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 cargo-machete@0.7.0 cargo-machete: install-cargo-machete cargo machete