Skip to content

Commit

Permalink
Revert "build: Bump virtio-queue from 0.11.0 to 0.12.0 in /fuzz"
Browse files Browse the repository at this point in the history
This reverts commit fcf229a.

The virtio-queue version needs to stay the same as the rest of the
source tree.

Signed-off-by: Bo Chen <[email protected]>
  • Loading branch information
likebreath committed Mar 29, 2024
1 parent 97686ef commit d96b087
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
24 changes: 6 additions & 18 deletions fuzz/Cargo.lock

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

2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ net_util = { path = "../net_util" }
once_cell = "1.19.0"
seccompiler = "0.4.0"
virtio-devices = { path = "../virtio-devices" }
virtio-queue = "0.12.0"
virtio-queue = "0.11.0"
vmm = { path = "../vmm" }
vmm-sys-util = "0.12.1"
vm-memory = "0.14.1"
Expand Down

0 comments on commit d96b087

Please sign in to comment.