mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 08:17:37 +00:00
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 <walmeida@microsoft.com>
This commit is contained in:
parent
542012c8be
commit
b2ff97aa01
@ -43,6 +43,7 @@ vmm-sys-util = "0.11.0"
|
|||||||
virtio-queue = { version = "0.6.0", optional = true }
|
virtio-queue = { version = "0.6.0", optional = true }
|
||||||
vm-memory = { version = "0.9.0", features = ["backend-mmap"] }
|
vm-memory = { version = "0.9.0", features = ["backend-mmap"] }
|
||||||
crossbeam-channel = "0.5.6"
|
crossbeam-channel = "0.5.6"
|
||||||
|
fuse-backend-rs = "=0.10.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
slog-async = "2.7.0"
|
slog-async = "2.7.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user