Skip to content

Commit

Permalink
feat(client): remove hyper::client::server
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Tower `Service` utilities will exist in `hyper-util`.
  • Loading branch information
seanmonstar committed Aug 12, 2022
1 parent cd32454 commit 9283c09
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 154 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Expand Up @@ -181,11 +181,6 @@ name = "state"
path = "examples/state.rs"
required-features = ["full"]

[[example]]
name = "tower_client"
path = "examples/tower_client.rs"
required-features = ["full"]

[[example]]
name = "tower_server"
path = "examples/tower_server.rs"
Expand Down
59 changes: 0 additions & 59 deletions examples/tower_client.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/client/mod.rs
Expand Up @@ -40,5 +40,4 @@ cfg_feature! {
pub mod conn;
pub(super) mod dispatch;
mod pool;
pub mod service;
}
89 changes: 0 additions & 89 deletions src/client/service.rs

This file was deleted.

0 comments on commit 9283c09

Please sign in to comment.