mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Bump gdbstub and gdbstub_arch
This commit also makes changes due to the breaking API changes from the `gdbstub` crate [1]. [1] https://github.com/daniel5151/gdbstub/releases/tag/0.7.0 Fix: #5997 Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
+2
-2
@@ -30,8 +30,8 @@ epoll = "4.3.3"
|
||||
event_monitor = { path = "../event_monitor" }
|
||||
flume = "0.10.14"
|
||||
futures = { version = "0.3.27", optional = true }
|
||||
gdbstub = { version = "0.6.4", optional = true }
|
||||
gdbstub_arch = { version = "0.2.4", optional = true }
|
||||
gdbstub = { version = "0.7.0", optional = true }
|
||||
gdbstub_arch = { version = "0.3.0", optional = true }
|
||||
hypervisor = { path = "../hypervisor" }
|
||||
libc = "0.2.147"
|
||||
linux-loader = { version = "0.10.0", features = ["elf", "bzimage", "pe"] }
|
||||
|
||||
Reference in New Issue
Block a user