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
@@ -23,7 +23,7 @@ net_gen = { path = "../net_gen" }
net_util = { path = "../net_util" }
pci = { path = "../pci" }
rate_limiter = { path = "../rate_limiter" }
seccompiler = { git = "https://github.com/rust-vmm/seccompiler"}
seccompiler = "0.2.0"
serde = "1.0.130"
serde_derive = "1.0.130"
serde_json = "1.0.68"