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 ac8fc12 commit 24a5d20Copy full SHA for 24a5d20
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
-## [Unreleased]
+
3
+## [v0.10.0]
4
5
+### Changed
6
+- [[#208]](https://github.com/rust-vmm/vm-memory/issues/208) Updated
7
+ vmm-sys-util dependency to v0.11.0
8
+- [[#203]](https://github.com/rust-vmm/vm-memory/pull/203) Switched to Rust
9
+ edition 2021.
10
11
## [v0.9.0]
12
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vm-memory"
-version = "0.9.0"
+version = "0.10.0"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory"]
categories = ["memory-management"]
0 commit comments