summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-11-01 12:30:12 -0700
committerGitHub <noreply@github.com>2019-11-01 12:30:12 -0700
commit20993341bd9db594259df729690e63db7cfc10fe (patch)
treed7dac9a90a55e992faec8dc7dd82b6d48fa666a4 /Cargo.toml
parente699d4653430ac048b5c228c64f5d6707b1eef77 (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a875beb..9c0250f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,6 @@
members = [
"tokio",
- "tokio-compat",
"tokio-macros",
"tokio-test",
"tokio-tls",