Skip to content

Commit

Permalink
chore(quic): remove deprecated symbols
Browse files Browse the repository at this point in the history
Pull-Request: #4738.
  • Loading branch information
thomaseizinger authored Oct 26, 2023
1 parent 29d405d commit 20e4b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions transports/quic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- Improve hole-punch timing.
This should improve success rates for hole-punching QUIC connections.
See [PR 4549](https://github.com/libp2p/rust-libp2p/pull/4549).
- Remove deprecated `Error::EndpointDriverCrashed` variant.
See [PR 4738](https://github.com/libp2p/rust-libp2p/pull/4738).

## 0.9.3

Expand Down
5 changes: 0 additions & 5 deletions transports/quic/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ pub enum Error {
#[error(transparent)]
Io(#[from] std::io::Error),

/// The task to drive a quic endpoint has crashed.
#[deprecated(since = "0.9.3", note = "No longer emitted")]
#[error("Endpoint driver crashed")]
EndpointDriverCrashed,

/// The [`Connecting`] future timed out.
#[error("Handshake with the remote timed out.")]
HandshakeTimedOut,
Expand Down

0 comments on commit 20e4b36

Please sign in to comment.