Revert "build: Bump vm-memory from 0.11.0 to 0.12.0 in /fuzz"

This reverts commit efb579b224.

This PR was mistakenly merged due to the confusion around nightly
builds. The vm-memory update needs to be done in both the root workspace
and fuzz workspace together.

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2023-07-05 09:50:28 +01:00
committed by Rob Bradford
parent b4376a0dd9
commit 3166f22751
2 changed files with 20 additions and 31 deletions

View File

@@ -25,7 +25,7 @@ virtio-devices = { path = "../virtio-devices" }
virtio-queue = "0.8.0"
vmm = { path = "../vmm" }
vmm-sys-util = "0.11.1"
vm-memory = "0.12.0"
vm-memory = "0.11.0"
vm-device = { path = "../vm-device" }
vm-virtio = { path = "../vm-virtio" }