From b2ff97aa01db3151b437da99e1da3a24f320d231 Mon Sep 17 00:00:00 2001 From: Wedson Almeida Filho Date: Thu, 3 Aug 2023 13:50:50 -0300 Subject: [PATCH] dragonball: use version 0.10.4 of `fuse-backend-rs` Version 0.10.5, which was just released, breaks `nydus-storage`. This is a workaround to fix the CI which is blocking other PRs. Fixes: #7541 Signed-off-by: Wedson Almeida Filho --- src/dragonball/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dragonball/Cargo.toml b/src/dragonball/Cargo.toml index f46ab6a6c6..68f08060d7 100644 --- a/src/dragonball/Cargo.toml +++ b/src/dragonball/Cargo.toml @@ -43,6 +43,7 @@ vmm-sys-util = "0.11.0" virtio-queue = { version = "0.6.0", optional = true } vm-memory = { version = "0.9.0", features = ["backend-mmap"] } crossbeam-channel = "0.5.6" +fuse-backend-rs = "=0.10.4" [dev-dependencies] slog-async = "2.7.0"