Skip to content

Commit

Permalink
Fix dep order
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Nov 3, 2019
1 parent 5dc3ebc commit 46081af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bastion-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 46081af

Please sign in to comment.