Skip to content

Commit c14e40d

Browse files
roypatandreeaflorescu
authored andcommitted
Release vm-superio-ser v0.3.0
See rust-vmm/community#136 Signed-off-by: Patrick Roy <[email protected]>
1 parent d2fbc7c commit c14e40d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

crates/vm-superio-ser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
# v0.3.0
4+
5+
## Changed
6+
7+
- Updated vmm-sys-util dependency to 0.11.0
8+
- Switched to specifying dependencies using caret requirements
9+
instead of comparision requirements
10+
311
# v0.2.0
412

513
## Added

crates/vm-superio-ser/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vm-superio-ser"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Serialization for legacy device states"
55
keywords = ["superio", "serialization", "versioning"]
66
repository = "https://github.com/rust-vmm/vm-superio"
@@ -19,7 +19,7 @@ versionize_derive = "0.1.3"
1919
# We are using a fixed version of `vm-superio` so that the current version
2020
# of `vm-superio-ser` won't take a newer version of vm-superio, with which
2121
# it may not be compatible.
22-
vm-superio = { version = "=0.6.0", path = "../vm-superio" }
22+
vm-superio = { version = "=0.7.0", path = "../vm-superio" }
2323

2424
[dev-dependencies]
2525
libc = "0.2.39"

0 commit comments

Comments
 (0)