Skip to content

Commit 623207c

Browse files
Erik Schillingandreeaflorescu
authored andcommitted
virtio-queue-ser: Tweak version comment
This way one does not forget to bump the version in the comment too. Signed-off-by: Erik Schilling <[email protected]>
1 parent 9ac9e3e commit 623207c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

crates/virtio-queue-ser/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ serde = { version = "1.0.27", features = ["derive"] }
1414
versionize = "0.1.6"
1515
versionize_derive = "0.1.3"
1616
# 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.
2021
virtio-queue = { path = "../../crates/virtio-queue", version = "=0.9.0" }
2122
vm-memory = "0.13.1"
2223

0 commit comments

Comments
 (0)