Skip to content

Commit

Permalink
Add patches to patch.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 22, 2019
1 parent 3e7da38 commit fab19b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ci/patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,14 @@ tower-spawn-ready = { path = "tower-spawn-ready" }
tower-test = { path = "tower-test" }
tower-timeout = { path = "tower-timeout" }
tower-util = { path = "tower-util" }

tokio = { git = "https://github.com/taiki-e/tokio", branch = "pin-project" }
tokio-codec = { git = "https://github.com/taiki-e/tokio", branch = "pin-project" }
tokio-executor = { git = "https://github.com/taiki-e/tokio", branch = "pin-project" }
tokio-fs = { git = "https://github.com/taiki-e/tokio", branch = "pin-project" }
tokio-io = { git = "https://github.com/taiki-e/tokio", branch = "pin-project" }
tokio-macros = { git = "https://github.com/taiki-e/tokio", branch = "pin-project" }
tokio-net = { git = "https://github.com/taiki-e/tokio", branch = "pin-project" }
tokio-sync = { git = "https://github.com/taiki-e/tokio", branch = "pin-project" }
tokio-test = { git = "https://github.com/taiki-e/tokio", branch = "pin-project" }
tokio-timer = { git = "https://github.com/taiki-e/tokio", branch = "pin-project" }

0 comments on commit fab19b6

Please sign in to comment.