Skip to content

Commit bbb3358

Browse files
roypatandreeaflorescu
authored andcommitted
Update vm-memory to 0.10.0
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent ad0a007 commit bbb3358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ elf = []
1818
pe = []
1919

2020
[dependencies]
21-
vm-memory = "0.9.0"
21+
vm-memory = "0.10.0"
2222

2323
[dev-dependencies]
2424
criterion = "0.3.5"
25-
vm-memory = { version = "0.9.0", features = ["backend-mmap"] }
25+
vm-memory = { version = "0.10.0", features = ["backend-mmap"] }
2626

2727
[[bench]]
2828
name = "main"

0 commit comments

Comments
 (0)