tokio-1.41.1
tokio-rs/tokiotokio-1.41.1Nov 7, 2024by Darksonn
AI Summary
Fixed a metrics histogram bucket bug and resolved documentation typos.
Key Highlights
- Fixed bug with wrong number of buckets for the histogram
- Fixed documentation typos
Full Release Notes
# 1.41.1 (Nov 7th, 2024) ### Fixed - metrics: fix bug with wrong number of buckets for the histogram ([#6957]) - net: display `net` requirement for `net::UdpSocket` in docs ([#6938]) - net: fix typo in `TcpStream` internal comment ([#6944]) [#6957]: https://github.com/tokio-rs/tokio/pull/6957 [#6938]: https://github.com/tokio-rs/tokio/pull/6938 [#6944]: https://github.com/tokio-rs/tokio/pull/6944