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 0de3985 commit 3442ddfCopy full SHA for 3442ddf
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## \[v0.17.2\]
4
+
5
+This release re-packages the code of vm-memory 0.18.0 while preserving
6
+API compatibility with 0.17.1. All the actual implementation comes from
7
+version 0.18.0, which this crate re-exports with `GuestMemoryBackend`
8
+changed back to `GuestMemory`.
9
10
## \[v0.17.1\]
11
12
No visible changes.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vm-memory"
-version = "0.17.1"
+version = "0.17.2"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory"]
categories = ["memory-management"]
0 commit comments