We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69ec8a commit c7da859Copy full SHA for c7da859
crates/virtio-queue/Cargo.toml
@@ -21,7 +21,7 @@ virtio-bindings = { path="../virtio-bindings", version = "0.2.1" }
21
[dev-dependencies]
22
criterion = "0.5.1"
23
vm-memory = { version = "0.13.1", features = ["backend-mmap", "backend-atomic"] }
24
-memoffset = "0.9.0"
+memoffset = { version = "0.9.0", features = ["unstable_offset_of"] }
25
26
[[bench]]
27
name = "main"
0 commit comments