File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Upcoming Release
4
4
5
+ ## v0.4.1
6
+
5
7
### Changed
6
8
7
9
- Widen vmm-sys-util dependency to 0.12.0-0.14.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vm-superio-ser"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
description = " Serialization for legacy device states"
5
5
keywords = [" superio" , " serialization" , " versioning" ]
6
6
repository = " https://github.com/rust-vmm/vm-superio"
@@ -19,7 +19,7 @@ versionize_derive = "0.1.3"
19
19
# We are using a fixed version of `vm-superio` so that the current version
20
20
# of `vm-superio-ser` won't take a newer version of vm-superio, with which
21
21
# it may not be compatible.
22
- vm-superio = { version = " =0.8.0 " , path = " ../vm-superio" }
22
+ vm-superio = { version = " =0.8.1 " , path = " ../vm-superio" }
23
23
24
24
[dev-dependencies ]
25
25
libc = " 0.2.39"
Original file line number Diff line number Diff line change 2
2
3
3
## Upcoming Release
4
4
5
+ ## v0.8.1
6
+
5
7
### Changed
6
8
7
9
- Widen vmm-sys-util dependency to 0.12.0-0.14.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vm-superio"
3
- version = " 0.8.0 "
3
+ version = " 0.8.1 "
4
4
description = " Emulation for legacy devices"
5
5
keywords = [" superio" , " emulation" ]
6
6
repository = " https://github.com/rust-vmm/vm-superio"
You can’t perform that action at this time.
0 commit comments