tokio-1.45.1
版本发布时间: 2025-05-24 22:31:26
tokio-rs/tokio最新发布版本:tokio-1.49.0(2026-01-03 18:00:15)
1.45.1 (May 24th, 2025)
This fixes a regression on the wasm32-unknown-unknown target, where code that previously did not panic due to calls to Instant::now() started failing. This is due to the stabilization of the first time-based metric.
Fixed
- Disable time-based metrics on wasm32-unknown-unknown (#7322)