File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ serde = { version = "1.0.27", features = ["derive"] }
14
14
versionize = " 0.1.6"
15
15
versionize_derive = " 0.1.3"
16
16
# The `path` part gets stripped when publishing the crate.
17
- # We use `=0.8.0` as we maintain a 1:1-relationship between virtio-queue
18
- # and virtio-queue-ser releases. This is to prevent accidental changes
19
- # to the serializer output in a patch release of virtio-queue.
17
+ # We use strict version dependencies (`=x.y.z`) as we maintain a
18
+ # 1:1-relationship between virtio-queue and virtio-queue-ser releases. This is
19
+ # to prevent accidental changes to the serializer output in a patch release of
20
+ # virtio-queue.
20
21
virtio-queue = { path = " ../../crates/virtio-queue" , version = " =0.9.0" }
21
22
vm-memory = " 0.13.1"
22
23
You can’t perform that action at this time.
0 commit comments