Closed Turbo87 closed 7 months ago
Makes sense! :+1:
Could you please update the CHANGELOG.md
accordingly?
I just updated the CHANGELOG and published deadpool 0.11.2
containing these changes.
Thanks a lot! :tada:
sweet, thanks! (sorry, I just saw the comment above 🙈)
This allows users to declare e.g.
const TIMEOUTS: Timeouts = Timeouts::wait_millis(500);
without the compiler screaming at them. This is made possible by the fact thatDuration::from_millis()
is also aconst fn
since Rust 1.32.