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 79e00b2 commit acd281eCopy full SHA for acd281e
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
## [Unreleased]
3
4
+## [v0.6.0]
5
+
6
### Added
7
8
- [[#160]](https://github.com/rust-vmm/vm-memory/pull/160): Add `ArcRef` and `AtomicBitmapArc` bitmap
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 <[email protected]>"]
repository = "https://github.com/rust-vmm/vm-memory"
9
readme = "README.md"
0 commit comments