rust-vmm / vm-memory

Virtual machine's guest memory crate
Apache License 2.0
305 stars 98 forks source link

use caret requirements for dependencies & prepare 0.9.0 release #202

Closed lauralt closed 2 years ago

lauralt commented 2 years ago

Summary of the PR

Updated the deps to use caret requirements. After merging this, we can have a new release of vm-memory. Fixes #199

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

wllenyj commented 2 years ago

Thanks for your work. I was thinking of waiting for a new version of vmm-sys-util to be released before updating vm-memory. But it doesn't seem to be a problem now. vmm-sys-util and vm-memory have the same dependency libc, and their version can be covered.