We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bf2a5 commit 266854eCopy full SHA for 266854e
vhost-user-backend/Cargo.toml
@@ -15,7 +15,7 @@ postcopy = ["vhost/postcopy", "userfaultfd"]
15
[dependencies]
16
libc = "0.2.39"
17
log = "0.4.17"
18
-userfaultfd = { version = "0.8.1", optional = true }
+userfaultfd = { version = "0.9.0", optional = true }
19
vhost = { path = "../vhost", version = "0.14.0", features = ["vhost-user-backend"] }
20
virtio-bindings = { workspace = true }
21
virtio-queue = { workspace = true }
0 commit comments