Skip to content

Commit

Permalink
chore(s2n-quic-integration): remove s2n-quic-integration crate (#1218)
Browse files Browse the repository at this point in the history
  • Loading branch information
camshaft authored Mar 11, 2022
1 parent 222a807 commit 3a4a025
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1,342 deletions.
4 changes: 1 addition & 3 deletions .github/config/cargo-deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ ignore = [
multiple-versions = "deny"

skip-tree = [
{ name = "docdiff" }, # docdiff is a private crate
{ name = "duvet" }, # duvet is a private crate
{ name = "bolero" }, # bolero is always going to be just a test dependency
{ name = "criterion" }, # criterion is always going to be just a test dependency
{ name = "s2n-quic-integration" }, # s2n-quic-integration is a private crate
]

[sources]
Expand Down
26 changes: 0 additions & 26 deletions quic/s2n-quic-integration/Cargo.toml

This file was deleted.

10 changes: 0 additions & 10 deletions quic/s2n-quic-integration/README.md

This file was deleted.

210 changes: 0 additions & 210 deletions quic/s2n-quic-integration/src/api.rs

This file was deleted.

Loading

0 comments on commit 3a4a025

Please sign in to comment.