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 5fdaed8 commit 75b5875Copy full SHA for 75b5875
Cargo.toml
@@ -26,11 +26,11 @@ elf = []
26
pe = []
27
28
[dependencies]
29
-vm-memory = "0.16.0"
+vm-memory = "0.17.0"
30
31
[dev-dependencies]
32
criterion = { version = "0.7.0", features = ["html_reports"] }
33
-vm-memory = { version = "0.16.0", features = ["backend-mmap"] }
+vm-memory = { version = "0.17.0", features = ["backend-mmap"] }
34
35
[[bench]]
36
name = "main"
0 commit comments