Skip to content

Commit

Permalink
Remove tokio-tls from master (#2497)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed May 6, 2020
1 parent 13e2a36 commit 66fef4a
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 1,470 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ task:
# i686_test_script:
# - . $HOME/.cargo/env
# - |
# cargo test --all --exclude tokio-tls --exclude tokio-macros --target i686-unknown-freebsd
# cargo test --all --exclude tokio-macros --target i686-unknown-freebsd
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ members = [
"tokio",
"tokio-macros",
"tokio-test",
"tokio-tls",
"tokio-util",

# Internal
Expand Down
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
crates:
- tokio-macros
- tokio-test
- tokio-tls
- tokio-util
- examples

Expand Down
4 changes: 2 additions & 2 deletions ci/azure-cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
# Always patch
- template: azure-patch-crates.yml

- script: cross check --all --exclude tokio-tls --target $(target)
- script: cross check --all --target $(target)
displayName: Check source

# - script: cross check --tests --all --exclude tokio-tls --target $(target)
# - script: cross check --tests --all --target $(target)
# displayName: Check tests
1 change: 0 additions & 1 deletion ci/patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
tokio = { path = "tokio" }
tokio-macros = { path = "tokio-macros" }
tokio-test = { path = "tokio-test" }
tokio-tls = { path = "tokio-tls" }
tokio-util = { path = "tokio-util" }
43 changes: 0 additions & 43 deletions tokio-tls/CHANGELOG.md

This file was deleted.

66 changes: 0 additions & 66 deletions tokio-tls/Cargo.toml

This file was deleted.

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

This file was deleted.

16 changes: 0 additions & 16 deletions tokio-tls/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions tokio-tls/examples/download-rust-lang.rs

This file was deleted.

Binary file removed tokio-tls/examples/identity.p12
Binary file not shown.
55 changes: 0 additions & 55 deletions tokio-tls/examples/tls-echo.rs

This file was deleted.

0 comments on commit 66fef4a

Please sign in to comment.