Skip to content

Commit

Permalink
Update vm-memory to 0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
  • Loading branch information
roypat authored and andreeaflorescu committed Nov 14, 2022
1 parent ad0a007 commit bbb3358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ elf = []
pe = []

[dependencies]
vm-memory = "0.9.0"
vm-memory = "0.10.0"

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

[[bench]]
name = "main"
Expand Down

0 comments on commit bbb3358

Please sign in to comment.