Skip to content

Commit

Permalink
sync: move into tokio crate (#1705)
Browse files Browse the repository at this point in the history
A step towards collapsing Tokio sub crates into a single `tokio`
crate (#1318).

The sync implementation is now provided by the main `tokio` crate.
Functionality can be opted out of by using the various net related
feature flags.
  • Loading branch information
carllerche authored Oct 29, 2019
1 parent c62ef2d commit 2b909d6
Show file tree
Hide file tree
Showing 58 changed files with 572 additions and 1,193 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
members = [
"tokio",
"tokio-macros",
"tokio-sync",
"tokio-test",
"tokio-tls",
"tokio-util",
Expand Down
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
displayName: Test sub crates -
rust: beta
crates:
tokio-sync:
- async-traits
tokio-macros: []
tokio-test: []
tokio-util: []
Expand Down
2 changes: 1 addition & 1 deletion ci/patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
[patch.crates-io]
tokio = { path = "tokio" }
tokio-macros = { path = "tokio-macros" }
tokio-sync = { path = "tokio-sync" }
tokio-test = { path = "tokio-test" }
tokio-tls = { path = "tokio-tls" }
tokio-util = { path = "tokio-util" }
76 changes: 0 additions & 76 deletions tokio-sync/CHANGELOG.md

This file was deleted.

39 changes: 0 additions & 39 deletions tokio-sync/Cargo.toml

This file was deleted.

25 changes: 0 additions & 25 deletions tokio-sync/LICENSE

This file was deleted.

13 changes: 0 additions & 13 deletions tokio-sync/README.md

This file was deleted.

Loading

0 comments on commit 2b909d6

Please sign in to comment.