Skip to content

tower 0.4.12

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 23:00
· 67 commits to master since this release
12a0603

Fixed

  • hedge, load, retry: Fix use of Instant operations that can panic
    on platforms where Instant is not monotonic (#633)
  • Disable attributes feature on tracing dependency (#623)
  • Remove unused dependencies and dependency features with some feature
    combinations (#603, #602)
  • docs: Fix a typo in the RustDoc for Buffer (#622)

Changed

  • Updated minimum supported Rust version (MSRV) to 1.49.0.
  • hedge: Updated hdrhistogram dependency to v7.0 (#602)
  • Updated tokio-util dependency to v0.7 (#638)