mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Build: Seccompiler: Move to use the released version from crate.io
Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ hypervisor = { path = "hypervisor" }
|
||||
libc = "0.2.103"
|
||||
log = { version = "0.4.14", features = ["std"] }
|
||||
option_parser = { path = "option_parser" }
|
||||
seccompiler = { git = "https://github.com/rust-vmm/seccompiler"}
|
||||
seccompiler = "0.2.0"
|
||||
serde_json = "1.0.68"
|
||||
signal-hook = "0.3.10"
|
||||
thiserror = "1.0.29"
|
||||
|
||||
Reference in New Issue
Block a user