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 5bd7138 commit 0d2bf38Copy full SHA for 0d2bf38
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
## [Unreleased]
3
4
+## [v0.6.0]
5
+
6
### Added
7
8
- [[#140]](https://github.com/rust-vmm/vm-memory/issues/140): Add dirty bitmap tracking abstractions.
Cargo.toml
@@ -1,8 +1,9 @@
[package]
name = "vm-memory"
-version = "0.5.0"
+version = "0.6.0"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory"]
+categories = ["memory-management"]
authors = ["Liu Jiang <gerry@linux.alibaba.com>"]
repository = "https://github.com/rust-vmm/vm-memory"
9
readme = "README.md"
0 commit comments