We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96acbc1 commit ce438c4Copy full SHA for ce438c4
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Fixed
4
- [[#130]](https://github.com/rust-vmm/linux-loader/issues/130) Generate bindings
5
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
7
8
# [v0.9.0]
9
Cargo.toml
@@ -22,7 +22,7 @@ elf = []
22
pe = []
23
24
[dependencies]
25
-vm-memory = "0.12.0"
+vm-memory = "0.12.2"
26
27
[dev-dependencies]
28
criterion = { version = "0.5.1", features = ["html_reports"] }
0 commit comments