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 51a6c74 commit a6bcb43Copy full SHA for a6bcb43
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## [v0.13.0]
6
+
7
### Added
8
- [[#247]](https://github.com/rust-vmm/vm-memory/pull/247) Add `ReadVolatile` and
9
`WriteVolatile` traits which are equivalents of `Read`/`Write` with volatile
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "vm-memory"
-version = "0.12.2"
+version = "0.13.0"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory"]
categories = ["memory-management"]
0 commit comments