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:
Bo Chen
2021-10-01 10:29:21 -07:00
committed by Bo Chen
parent 83066cf58e
commit 1a4747a20f
6 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ block_util = { path = "../block_util" }
libc = "0.2.103"
libfuzzer-sys = "0.4.2"
qcow = { path = "../qcow" }
seccompiler = { git = "https://github.com/rust-vmm/seccompiler"}
seccompiler = "0.2.0"
vhdx = { path = "../vhdx" }
virtio-devices = { path = "../virtio-devices" }
vmm-sys-util = "0.9.0"