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 c66e561 commit fc7153aCopy full SHA for fc7153a
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Changelog
2
## [Unreleased]
3
4
+## [v0.8.0]
5
+
6
+### Fixed
7
8
+- [[#190]](https://github.com/rust-vmm/vm-memory/pull/190):
9
+ `VolatileSlice::read/write` when input slice is empty.
10
11
## [v0.7.0]
12
13
### Changed
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vm-memory"
-version = "0.7.0"
+version = "0.8.0"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory"]
categories = ["memory-management"]
0 commit comments