Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Sep 18, 2024
1 parent 16bc0d6 commit c0d5da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ntex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ntex-server = "2.3"
ntex-h2 = "1.1"
ntex-rt = "0.4.15"
ntex-io = "2.5"
ntex-net = "2.1"
ntex-net = "2.2"
ntex-tls = "2.1"

base64 = "0.22"
Expand Down
2 changes: 1 addition & 1 deletion ntex/src/http/client/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl ClientBuilder {

/// Use custom connection. Mainly used for mocking connections.
/// # Note
/// This overrides anything set with [`Self::connector`].
/// This overrides anything set with [`Self::connector`].
#[doc(hidden)]
pub fn connection(
mut self,
Expand Down

0 comments on commit c0d5da8

Please sign in to comment.