You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #180: feat!: Change ConfigBuilder::timeout to accept Option<Duration>
5dc4bb6 ci: bump clippy to 1.90.0 (valued mammal)
e31cf47 feat!: Change ConfigBuilder::timeout to accept Option<Duration> (valued mammal)
Pull request description:
Change `ConfigBuilder::timeout` to accept `Option<Duration>`. This makes the API more explicit and less error prone, as the caller no longer needs to assume the units of the given duration.
Also updated the code to run clippy check in CI using rust 1.90.0.
BREAKING:
The `timeout` method on `ConfigBuilder` is changed to accept a `timeout: Option<Duration>`. Previously it was `Option<u8>`.
fix#151fix#175
Supersedes #179
ACKs for top commit:
oleonardolima:
ACK 5dc4bb6
Tree-SHA512: cd6ca6fdd91dcf6f193327ca40f6d37ea8b1b548102f080d0b72a0df509f6455aa50ee43148e4746ca6b295a30a78cb7d786fb0e90c050448e96e122a5b8c92d
0 commit comments