Skip to content

Commit e2815d0

Browse files
authored
Merge branch 'main' into iommu
2 parents c955ffd + 03e51c9 commit e2815d0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- \[[#327](https://github.com/rust-vmm/vm-memory/pull/327)\] I/O virtual memory support via `IoMemory`, `IommuMemory`, and `Iommu`/`Iotlb`
88

9+
## \[v0.17.1\]
10+
11+
No visible changes.
12+
913
## \[v0.17.0\]
1014

1115
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vm-memory"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
66
categories = ["memory-management"]

rust-vmm-ci

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#![warn(clippy::doc_markdown)]
1919
#![warn(missing_docs)]
2020
#![warn(missing_debug_implementations)]
21-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
21+
#![cfg_attr(docsrs, feature(doc_cfg))]
2222

2323
// We only support 64bit. Fail build when attempting to build other targets
2424
#[cfg(not(target_pointer_width = "64"))]

0 commit comments

Comments
 (0)