Merge pull request #7542 from wedsonaf/ci-fix

Use version 0.10.4 of `fuse-backend-rs`
This commit is contained in:
Fabiano Fidêncio 2023-08-03 22:50:11 +02:00 committed by GitHub
commit fa35afa982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"