Skip to content

Commit

Permalink
review: rename dangling 0.24 references.
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Dec 9, 2022
1 parent 183f88d commit 1f3fbab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/request-response/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ use std::{
};

#[deprecated(
since = "0.24.0",
since = "0.23.1",
note = "Use re-exports that omit `RequestResponse` prefix, i.e. `libp2p::request_response::handler::Handler`"
)]
pub type RequestResponseHandler<TCodec> = Handler<TCodec>;
Expand Down Expand Up @@ -194,7 +194,7 @@ where
}

#[deprecated(
since = "0.24.0",
since = "0.23.1",
note = "Use re-exports that omit `RequestResponse` prefix, i.e. `libp2p::request_response::handler::Event`"
)]
pub type RequestResponseHandlerEvent<TCodec> = Event<TCodec>;
Expand Down

0 comments on commit 1f3fbab

Please sign in to comment.