File tree Expand file tree Collapse file tree 6 files changed +16
-9
lines changed Expand file tree Collapse file tree 6 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ edition = "2021"
1313
1414[dependencies ]
1515virtio-bindings = { path = " ../../virtio-bindings" , version = " 0.2.2" }
16- virtio-queue = { path = " ../../virtio-queue" , version = " 0.9.1 " }
16+ virtio-queue = { path = " ../../virtio-queue" , version = " 0.10.0 " }
1717vm-memory = " 0.13.1"
1818
1919[dev-dependencies ]
20- virtio-queue = { path = " ../../virtio-queue" , version = " 0.9.1 " , features = [" test-utils" ] }
20+ virtio-queue = { path = " ../../virtio-queue" , version = " 0.10.0 " , features = [" test-utils" ] }
2121vm-memory = { version = " 0.13.1" , features = [" backend-mmap" ] }
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ edition = "2021"
1111
1212[dependencies ]
1313# The `path` part gets stripped when publishing the crate.
14- virtio-queue = { path = " ../../virtio-queue" , version = " 0.9.1 " }
14+ virtio-queue = { path = " ../../virtio-queue" , version = " 0.10.0 " }
1515virtio-bindings = { path = " ../../virtio-bindings" , version = " 0.2.2" }
1616vm-memory = " 0.13.1"
1717
1818[dev-dependencies ]
19- virtio-queue = { path = " ../../virtio-queue" , version = " 0.9.1 " , features = [" test-utils" ] }
19+ virtio-queue = { path = " ../../virtio-queue" , version = " 0.10.0 " , features = [" test-utils" ] }
2020vm-memory = { version = " 0.13.1" , features = [" backend-mmap" , " backend-atomic" ] }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ edition = "2021"
1313vm-memory = " 0.13.1"
1414log = " 0.4.17"
1515virtio-bindings = { path = " ../virtio-bindings" }
16- virtio-queue = { path = " ../virtio-queue" , version = " 0.9 .0" }
16+ virtio-queue = { path = " ../virtio-queue" , version = " 0.10 .0" }
1717
1818[dev-dependencies ]
1919vm-memory = { version = " 0.13.1" , features = [" backend-mmap" , " backend-atomic" ] }
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ versionize_derive = "0.1.3"
1818# 1:1-relationship between virtio-queue and virtio-queue-ser releases. This is
1919# to prevent accidental changes to the serializer output in a patch release of
2020# virtio-queue.
21- virtio-queue = { path = " ../../crates/virtio-queue" , version = " =0.9.1 " }
21+ virtio-queue = { path = " ../../crates/virtio-queue" , version = " =0.10.0 " }
2222vm-memory = " 0.13.1"
2323
2424[dev-dependencies ]
25- virtio-queue = { path = " ../../crates/virtio-queue" , version = " =0.9.1 " , features = [" test-utils" ] }
25+ virtio-queue = { path = " ../../crates/virtio-queue" , version = " =0.10.0 " , features = [" test-utils" ] }
Original file line number Diff line number Diff line change 11# Upcoming
22
3- # v0.9.1
3+ # v0.10.0
4+
5+ Identical to v0.9.1, which was incorrectly published as minor release.
6+
7+ # v0.9.1 - yanked
8+
9+ This version got yanked. It should have been a major release. The vm-memory
10+ dependency - which received a major bump - is part of the public interface.
411
512## Changed
613- Updated vm-memory from 0.12.0 to 0.13.1.
Original file line number Diff line number Diff line change 11[package ]
22name = " virtio-queue"
3- version = " 0.9.1 "
3+ version = " 0.10.0 "
44authors = [" The Chromium OS Authors" ]
55description = " virtio queue implementation"
66repository = " https://github.com/rust-vmm/vm-virtio"
You can’t perform that action at this time.
0 commit comments