Skip to content

Commit 4758e4f

Browse files
roypatstsquad
authored andcommitted
Update versionize to 0.2.0
vmm-sys-util is a transitive dependency of versionize, so update to a version that works with vmm-sys-util 0.12.1. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent f973a64 commit 4758e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtio-queue-ser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111

1212
[dependencies]
1313
serde = { version = "1.0.27", features = ["derive"] }
14-
versionize = "0.1.6"
14+
versionize = "0.2.0"
1515
versionize_derive = "0.1.3"
1616
# The `path` part gets stripped when publishing the crate.
1717
# We use strict version dependencies (`=x.y.z`) as we maintain a

0 commit comments

Comments
 (0)