Skip to content

Commit 66fef4a

Browse files
authored
Remove tokio-tls from master (tokio-rs#2497)
1 parent 13e2a36 commit 66fef4a

16 files changed

+3
-1470
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ task:
3939
# i686_test_script:
4040
# - . $HOME/.cargo/env
4141
# - |
42-
# cargo test --all --exclude tokio-tls --exclude tokio-macros --target i686-unknown-freebsd
42+
# cargo test --all --exclude tokio-macros --target i686-unknown-freebsd

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ members = [
44
"tokio",
55
"tokio-macros",
66
"tokio-test",
7-
"tokio-tls",
87
"tokio-util",
98

109
# Internal

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
crates:
2727
- tokio-macros
2828
- tokio-test
29-
- tokio-tls
3029
- tokio-util
3130
- examples
3231

ci/azure-cross-compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
# Always patch
3838
- template: azure-patch-crates.yml
3939

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

43-
# - script: cross check --tests --all --exclude tokio-tls --target $(target)
43+
# - script: cross check --tests --all --target $(target)
4444
# displayName: Check tests

ci/patch.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
tokio = { path = "tokio" }
55
tokio-macros = { path = "tokio-macros" }
66
tokio-test = { path = "tokio-test" }
7-
tokio-tls = { path = "tokio-tls" }
87
tokio-util = { path = "tokio-util" }

tokio-tls/CHANGELOG.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

tokio-tls/Cargo.toml

Lines changed: 0 additions & 66 deletions
This file was deleted.

tokio-tls/LICENSE

Lines changed: 0 additions & 25 deletions
This file was deleted.

tokio-tls/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

tokio-tls/examples/download-rust-lang.rs

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)