target minor versions of lightproc instead of patch (#305)

This commit is contained in:
Jeremy Lempereur 2021-02-03 14:49:25 +01:00 committed by GitHub
parent c7eb00f9aa
commit 206ee5af09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -29,9 +29,8 @@ unstable = []
tokio-runtime = ["tokio"]
[dependencies]
# lightproc = "0.3.5"
bastion-utils = "0.3.2"
lightproc = "0.3.5"
lightproc = "0.3"
# bastion-utils = { path = "../bastion-utils" }
crossbeam-utils = "0.8"

View File

@ -51,9 +51,9 @@ rustdoc-args = ["--cfg", "feature=\"docs\""]
[dependencies]
bastion-executor = { git = "https://github.com/bastion-rs/bastion.git" }
lightproc = "0.3.5"
lightproc = "0.3"
# bastion-executor = { version = "= 0.3.7-alpha.0", path = "../bastion-executor" }
# lightproc = { version = "= 0.3.6-alpha.0", path = "../lightproc" }
# lightproc = { version = "= 0.3", path = "../lightproc" }
lever = "0.1"
futures = "0.3.5"