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 04fb28c commit 40c57f1Copy full SHA for 40c57f1
Cargo.toml
@@ -22,11 +22,11 @@ elf = []
22
pe = []
23
24
[dependencies]
25
-vm-memory = "0.10.0"
+vm-memory = "0.11.0"
26
27
[dev-dependencies]
28
criterion = "0.3.5"
29
-vm-memory = { version = "0.10.0", features = ["backend-mmap"] }
+vm-memory = { version = "0.11.0", features = ["backend-mmap"] }
30
31
[[bench]]
32
name = "main"
0 commit comments