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 d7ff99a commit d2fbc7cCopy full SHA for d2fbc7c
crates/vm-superio/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+# v0.7.0
4
+
5
+## Changed
6
7
+- Update vmm-sys-utili dependency to 0.11.0
8
+- Switched to specifying dependencies using caret requirements
9
+ instead of comparision requirements
10
11
# v0.6.0
12
13
## Added
crates/vm-superio/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vm-superio"
-version = "0.6.0"
+version = "0.7.0"
description = "Emulation for legacy devices"
keywords = ["superio", "emulation"]
repository = "https://github.com/rust-vmm/vm-superio"
0 commit comments