mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-25 10:43:15 +00:00
dragonball: Centralize RustVMM crates
Centralize all RustVMM crates to workspace.dependencies to prevent having multiple versions of each RustVMM crate, which is error-prone and inconsistent. With this setup, updates on RustVMM crates would be much easier. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
@@ -11,4 +11,4 @@ keywords = ["dragonball", "acpi", "vmm", "secure-sandbox"]
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
vm-memory = "0.9.0"
|
||||
vm-memory = {workspace = true}
|
Reference in New Issue
Block a user