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 b8401e6 commit 59941d8Copy full SHA for 59941d8
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Upcoming version
+## \[v0.17.0\]
4
5
### Added
6
Cargo.toml
[package]
name = "vm-memory"
-version = "0.16.1"
+version = "0.17.0"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory"]
categories = ["memory-management"]
@@ -49,4 +49,4 @@ all-features = true
49
rustdoc-args = ["--cfg", "docsrs"]
50
51
[package.metadata.cargo-all-features]
52
-skip_optional_dependencies = true
+skip_optional_dependencies = true
0 commit comments