Skip to content

v0.15.2

Latest
Compare
Choose a tag to compare
@Finomnis Finomnis released this 24 Nov 14:23
· 2 commits to main since this release
d32e5d6

Changes

  • Add support for tokio-console (#89):
    • Add missing #[track_caller] tags to forward the actual user code position to tokio-console
    • Add experimental feature tracing:
      • Enables tokio's tracing feature
      • Forwards subsystem names to tokio tasks and with that to tokio-console
      • Requires --cfg tokio_unstable
  • Bump thiserror dependency to from 1.0.49 to 2.0.3