From bd78bd12338c672d1b8c0bb889054ff613e62965 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 28 Dec 2025 20:28:30 +0100 Subject: [PATCH 1/2] chore: update rust-vmm-ci submodule Signed-off-by: Alyssa Ross --- rust-vmm-ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-vmm-ci b/rust-vmm-ci index 1b48931..e34c504 160000 --- a/rust-vmm-ci +++ b/rust-vmm-ci @@ -1 +1 @@ -Subproject commit 1b48931447cdddebfd19c61f1847e82296fe06ba +Subproject commit e34c5041625322ab4b998307a8852ecfd5ec51f9 From ee954390e70be391d9c70c62090a6881ee653193 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 28 Dec 2025 19:45:55 +0100 Subject: [PATCH 2/2] chore: support vm-memory 0.17.2 and 0.18 Signed-off-by: Alyssa Ross --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3900114..a4e1ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## Changed -- [[#214](https://github.com/rust-vmm/linux-loader/pull/214)] Updated vm-memory to 0.17.1. +- [[#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. # [v0.13.1] diff --git a/Cargo.toml b/Cargo.toml index c3cad52..3e11786 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ pe = ["elf"] elf = [] [dependencies] -vm-memory = ">=0.16.0, <=0.17.1" +vm-memory = ">=0.16.0, <0.19" [dev-dependencies] criterion = { version = "0.7.0", features = ["html_reports"] }