Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #17 from prasannavl/futures_update_04_2019
Browse files Browse the repository at this point in the history
Sync subcrate deps with 0.1.5 release
  • Loading branch information
aturon authored Apr 17, 2019
2 parents 18c96c2 + a32580a commit 304385f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions http-service-hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ edition = "2018"
license = "MIT OR Apache-2.0"
name = "http-service-hyper"
repository = "https://github.com/rust-net-web/http-service"
version = "0.1.0"
version = "0.1.1"

[dependencies]
http = "0.1"
http-service = "0.1.4"
http-service = "0.1.5"
hyper = "0.12.27"

[dependencies.futures-preview]
Expand Down
4 changes: 2 additions & 2 deletions http-service-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ edition = "2018"
license = "MIT OR Apache-2.0"
name = "http-service-mock"
repository = "https://github.com/rust-net-web/http-service"
version = "0.1.0"
version = "0.1.1"

[dependencies]
http-service = "0.1.4"
http-service = "0.1.5"

[dependencies.futures-preview]
version = "0.3.0-alpha.14"

0 comments on commit 304385f

Please sign in to comment.