Skip to content

Commit

Permalink
Merge pull request #120 from bastion-rs/futures-0.3
Browse files Browse the repository at this point in the history
Replaced "futures-preview" with "futures"
  • Loading branch information
vertexclique authored Dec 11, 2019
2 parents 8c69574 + 6b6095c commit 590f89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bastion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ unstable = ["bastion-executor/unstable"]

[dependencies]
bastion-executor = { version = "= 0.3.1", path = "../bastion-executor" }
futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] }
futures = { version = "0.3", features = ["async-await"] }
fxhash = "0.2"
lazy_static = "1.4"
lightproc = { version = "= 0.3.3", path = "../lightproc" }
Expand Down

0 comments on commit 590f89d

Please sign in to comment.