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

Use published tower-util 0.1 instead of from git #163

Merged
merged 1 commit into from
Apr 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tower-grpc-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tower-h2 = { git = "https://github.com/tower-rs/tower-h2" }
tower-request-modifier = { git = "https://github.com/tower-rs/tower-http" }
tower-grpc = { path = "../tower-grpc" }
tower-service = "0.2"
tower-util = { git = "https://github.com/tower-rs/tower" }
tower-util = "0.1"

# For the routeguide example
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion tower-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ percent-encoding = "1.0.1"
tower-h2 = { git = "https://github.com/tower-rs/tower-h2", optional = true }
tower-http = { git = "https://github.com/tower-rs/tower-http" }
tower-service = "0.2"
tower-util = { git = "https://github.com/tower-rs/tower" }
tower-util = "0.1"

# For protobuf
prost = { version = "0.5", optional = true }
Expand Down