mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
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:
@@ -2,7 +2,6 @@
|
||||
|
||||
members = [
|
||||
"tokio",
|
||||
"tokio-compat",
|
||||
"tokio-macros",
|
||||
"tokio-test",
|
||||
"tokio-tls",
|
||||
|
||||
Reference in New Issue
Block a user