prepare for master, so we can beta test the tokio feature

This commit is contained in:
o0Ignition0o 2021-02-01 19:48:23 +01:00
parent bbf59379bb
commit d9ee540255
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ features = ["docs"]
rustdoc-args = ["--cfg", "feature=\"docs\""]
[dependencies]
bastion-executor = "0.4"
bastion-executor = { git = "https://github.com/bastion-rs/bastion.git" }
lightproc = "0.3.5"
# bastion-executor = { version = "= 0.3.7-alpha.0", path = "../bastion-executor" }
# lightproc = { version = "= 0.3.6-alpha.0", path = "../lightproc" }
@ -91,6 +91,6 @@ rayon = "1.3.1"
num_cpus = "1.13.0"
# hello_tokio example
tokio = { version="1.1", features = ["time", "macros"] }
bastion-executor = { path = "../bastion-executor" }
bastion-executor = { git = "https://github.com/bastion-rs/bastion.git" }
once_cell = "1.5.2"
tokio-test = "0.4.0"