Skip to content

Commit c72d590

Browse files
committed
fuzz: patch versionize_derive in Cargo.toml
Just like how it is done in the top-level Cargo.toml. This fixes a warning [0] when building the fuzzer binaries. [0] rust-lang/rust#82523 Signed-off-by: Wei Liu <[email protected]>
1 parent 1365388 commit c72d590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fuzz/Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ path = ".."
2525
[patch.crates-io]
2626
kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch-v0.4.0", features = ["with-serde", "fam-wrappers"] }
2727
vm-memory = { git = "https://github.com/rust-vmm/vm-memory", rev = "5bd7138758183a73ac0da27ce40c004d95f1a7e9"}
28+
versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_derive", branch = "ch" }
2829

2930
# Prevent this from interfering with workspaces
3031
[workspace]

0 commit comments

Comments
 (0)