Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tokio-rustls after move to rustls org #146

Merged
merged 1 commit into from
Jun 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
- name: Test
run: |
cargo test --all
cargo test -p tokio-rustls --features early-data --test early-data

lints:
name: Lints
Expand Down
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[workspace]
members = [
"tokio-native-tls",
"tokio-rustls",
"tokio-rustls/examples/client",
"tokio-rustls/examples/server"
]
33 changes: 0 additions & 33 deletions tokio-rustls/Cargo.toml

This file was deleted.

201 changes: 0 additions & 201 deletions tokio-rustls/LICENSE-APACHE

This file was deleted.

25 changes: 0 additions & 25 deletions tokio-rustls/LICENSE-MIT

This file was deleted.

77 changes: 0 additions & 77 deletions tokio-rustls/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions tokio-rustls/examples/client/Cargo.toml

This file was deleted.

Loading