File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v0.3.0
2
+
3
+ ## Changed
4
+ - Update the way that dependencies are pulled such that we don't end up with incompatible versions.
5
+
6
+ ## Removed
7
+ - Removed the ` num_added ` from the saved state. This is an implementation detail coming from
8
+ the notification suppression feature, so it shouldn't be part of the state.
9
+
1
10
# v0.2.0
2
11
3
12
- Relax the dependency on ` virtio-queue ` so that we do not need to publish a release of this crate
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " virtio-queue-ser"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
authors = [
" rust-vmm AWS maintainers <[email protected] >" ]
5
5
description = " Serialization for virtio queue state"
6
6
repository = " https://github.com/rust-vmm/vm-virtio"
You can’t perform that action at this time.
0 commit comments