From 56200e16ce54fea52ee5e3d1f10b6502371fd6b4 Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Wed, 6 Nov 2019 23:10:30 +0100 Subject: [PATCH] Set up lightproc version --- bastion-executor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bastion-executor/Cargo.toml b/bastion-executor/Cargo.toml index a7eca2a7..4881a532 100644 --- a/bastion-executor/Cargo.toml +++ b/bastion-executor/Cargo.toml @@ -27,7 +27,7 @@ libc = "0.2" num_cpus = "1.10" rustc-hash = "1.0.1" pin-utils = "0.1.0-alpha.4" -lightproc = { "path" = "../lightproc" } +lightproc = { version = "=0.3.3-alpha.0", "path" = "../lightproc" } # Allocator numanji = { version = "^0.1", optional = true, default-features = false }