Skip to content

Commit c190963

Browse files
RuoqingHeroypat
authored andcommitted
build: Update vm-memory from 0.15.0 to 0.16.0
Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
1 parent 316b601 commit c190963

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
@@ -26,11 +26,11 @@ elf = []
2626
pe = []
2727

2828
[dependencies]
29-
vm-memory = "0.15.0"
29+
vm-memory = "0.16.0"
3030

3131
[dev-dependencies]
3232
criterion = { version = "0.5.1", features = ["html_reports"] }
33-
vm-memory = { version = "0.15.0", features = ["backend-mmap"] }
33+
vm-memory = { version = "0.16.0", features = ["backend-mmap"] }
3434

3535
[[bench]]
3636
name = "main"

0 commit comments

Comments
 (0)