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 00f1ae9 commit f69ec8aCopy full SHA for f69ec8a
crates/virtio-queue/Cargo.toml
@@ -19,9 +19,9 @@ log = "0.4.17"
19
virtio-bindings = { path="../virtio-bindings", version = "0.2.1" }
20
21
[dev-dependencies]
22
-criterion = "0.3.0"
+criterion = "0.5.1"
23
vm-memory = { version = "0.13.1", features = ["backend-mmap", "backend-atomic"] }
24
-memoffset = "0.7.1"
+memoffset = "0.9.0"
25
26
[[bench]]
27
name = "main"
0 commit comments