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 ad0a007 commit bbb3358Copy full SHA for bbb3358
Cargo.toml
@@ -18,11 +18,11 @@ elf = []
18
pe = []
19
20
[dependencies]
21
-vm-memory = "0.9.0"
+vm-memory = "0.10.0"
22
23
[dev-dependencies]
24
criterion = "0.3.5"
25
-vm-memory = { version = "0.9.0", features = ["backend-mmap"] }
+vm-memory = { version = "0.10.0", features = ["backend-mmap"] }
26
27
[[bench]]
28
name = "main"
0 commit comments