Skip to content

Commit ce438c4

Browse files
committed
chore: Update vm-memory to 0.12.2
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 96acbc1 commit ce438c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Fixed
44
- [[#130]](https://github.com/rust-vmm/linux-loader/issues/130) Generate bindings
55
to fix unaligned references in unit tests.
6+
- [[#160]](https://github.com/rust-vmm/linux-loader/pulls/160) Update vm-memory to 0.12.2
67

78
# [v0.9.0]
89

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ elf = []
2222
pe = []
2323

2424
[dependencies]
25-
vm-memory = "0.12.0"
25+
vm-memory = "0.12.2"
2626

2727
[dev-dependencies]
2828
criterion = { version = "0.5.1", features = ["html_reports"] }

0 commit comments

Comments
 (0)