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 acf9c21 commit 8c27d7dCopy full SHA for 8c27d7d
Cargo.toml
@@ -22,7 +22,7 @@ vm-memory = ">=0.2.0"
22
23
[dev-dependencies]
24
criterion = "=0.3.0"
25
-vm-memory = {features = ["backend-mmap"]}
+vm-memory = { version = ">=0.2.0", features = ["backend-mmap"] }
26
27
[[bench]]
28
name = "main"
0 commit comments