From 46081afc8d28b3aad99737de23cb2d1495771a71 Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Sun, 3 Nov 2019 20:21:08 +0100 Subject: [PATCH] Fix dep order --- bastion-executor/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bastion-executor/Cargo.toml b/bastion-executor/Cargo.toml index 43001394..baebaa34 100644 --- a/bastion-executor/Cargo.toml +++ b/bastion-executor/Cargo.toml @@ -22,8 +22,7 @@ rustc-hash = "1.0.1" pin-utils = "0.1.0-alpha.4" numanji = "^0.1" allocator-suite = "^0.1" +lightproc = { "path" = "../lightproc" } [target.'cfg(not(any(target_os = "android", target_os = "linux")))'.dependencies] jemallocator = "^0.3" - -lightproc = { "path" = "../lightproc" }