Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kushudai authored Jul 1, 2024
1 parent f800ef5 commit af08416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ impl Config {
Config {
address: addr,
token: Some(token),
hyper_builder: Builder::new(hyper_util::rt::TokioExecutor::new()),
hyper_builder: default_builder(),
}
}
}
Expand Down

0 comments on commit af08416

Please sign in to comment.