Skip to content

Commit 0ff58c4

Browse files
committed
chore: support vm-memory 0.17.2 and 0.18.
Signed-off-by: Alyssa Ross <hi@alyssa.is>
1 parent 7b6c2b3 commit 0ff58c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Changed
66

7-
- [[#214](https://github.com/rust-vmm/linux-loader/pull/214)] Updated vm-memory to 0.17.1.
7+
- [[#214](https://github.com/rust-vmm/linux-loader/pull/214)],[[#225]](https://github.com/rust-vmm/linux-loader/pull/225) Support vm-memory 0.17 and 0.18.
88

99
# [v0.13.1]
1010

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pe = ["elf"]
2626
elf = []
2727

2828
[dependencies]
29-
vm-memory = ">=0.16.0, <=0.17.1"
29+
vm-memory = ">=0.16.0, <0.19"
3030

3131
[dev-dependencies]
3232
criterion = { version = "0.7.0", features = ["html_reports"] }

0 commit comments

Comments
 (0)