Skip to content

Commit

Permalink
fuzz: patch versionize_derive in Cargo.toml
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
liuw committed Jul 13, 2021
1 parent 1365388 commit c72d590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ path = ".."
[patch.crates-io]
kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch-v0.4.0", features = ["with-serde", "fam-wrappers"] }
vm-memory = { git = "https://github.com/rust-vmm/vm-memory", rev = "5bd7138758183a73ac0da27ce40c004d95f1a7e9"}
versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_derive", branch = "ch" }

# Prevent this from interfering with workspaces
[workspace]
Expand Down

0 comments on commit c72d590

Please sign in to comment.