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 686c843 commit 4adccfdCopy full SHA for 4adccfd
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Upcoming version
4
5
+## [v0.16.0]
6
+
7
### Added
8
9
- [[#287](https://github.com/rust-vmm/vm-memory/pull/287)] Support for RISC-V 64-bit platform.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "vm-memory"
-version = "0.15.0"
+version = "0.16.0"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory"]
categories = ["memory-management"]
0 commit comments