Skip to content

Commit

Permalink
Release vm-superio-ser v0.4.0
Browse files Browse the repository at this point in the history
The library wasn't released for more then a year and it leads to dependency conflicts
when used together with other more up-to-date rust-vmm crates.

Also corrected the changlelog for v0.3.0 to reflect the reality on crates.io.

Signed-off-by: Eugene Koira <[email protected]>
  • Loading branch information
eugkoira authored and andreeaflorescu committed Apr 25, 2024
1 parent dc16f24 commit f65498e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion vm-superio-ser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog

# v0.3.0
# v0.4.0

## Changed

- Updated vmm-sys-util dependency to 0.12.1
- Updated versionize dependency to 0.2.0

# v0.3.0

## Changed

- Updated vmm-sys-util dependency to 0.11.0
- Switched to specifying dependencies using caret requirements
instead of comparision requirements

Expand Down
4 changes: 2 additions & 2 deletions vm-superio-ser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vm-superio-ser"
version = "0.3.0"
version = "0.4.0"
description = "Serialization for legacy device states"
keywords = ["superio", "serialization", "versioning"]
repository = "https://github.com/rust-vmm/vm-superio"
Expand All @@ -19,7 +19,7 @@ versionize_derive = "0.1.3"
# We are using a fixed version of `vm-superio` so that the current version
# of `vm-superio-ser` won't take a newer version of vm-superio, with which
# it may not be compatible.
vm-superio = { version = "=0.7.0", path = "../vm-superio" }
vm-superio = { version = "=0.8.0", path = "../vm-superio" }

[dev-dependencies]
libc = "0.2.39"
Expand Down

0 comments on commit f65498e

Please sign in to comment.