From 54aa9b58bfefec83b989db15199283a3ad156075 Mon Sep 17 00:00:00 2001 From: Patrice Billaut Date: Thu, 12 Dec 2019 20:38:25 +0100 Subject: [PATCH] Bump dependency to 0.3.2-alpha.0 --- bastion/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bastion/Cargo.toml b/bastion/Cargo.toml index 39726248..a23f8cfe 100644 --- a/bastion/Cargo.toml +++ b/bastion/Cargo.toml @@ -35,7 +35,7 @@ maintenance = { status = "actively-developed" } unstable = ["bastion-executor/unstable"] [dependencies] -bastion-executor = { version = "= 0.3.1", path = "../bastion-executor" } +bastion-executor = { version = "= 0.3.2-alpha.0", path = "../bastion-executor" } futures = { version = "0.3", features = ["async-await"] } fxhash = "0.2" lazy_static = "1.4"