compat: extract crate to a dedicated git repo (#1723)

The compat crate is moved to https://github.com/tokio-rs/tokio-compat.
This allows pinning it to specific revisions of the Tokio git
repository. The master branch is intended to go through significant
churn and it will be easier to update the compat layer in batches.
This commit is contained in:
Carl Lerche
2019-11-01 12:30:12 -07:00
committed by GitHub
parent e699d46534
commit 20993341bd
18 changed files with 0 additions and 2483 deletions
-1
View File
@@ -2,7 +2,6 @@
members = [
"tokio",
"tokio-compat",
"tokio-macros",
"tokio-test",
"tokio-tls",