mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
chore: prepare Tokio v1.45.1 (#7359)
This commit is contained in:
parent
421a7b001c
commit
3768696d92
@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tokio = { version = "1.45.0", features = ["full"] }
|
||||
tokio = { version = "1.45.1", features = ["full"] }
|
||||
```
|
||||
Then, on your main.rs:
|
||||
|
||||
|
@ -1,3 +1,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])
|
||||
|
||||
[#7322]: https://github.com/tokio-rs/tokio/pull/7322
|
||||
|
||||
# 1.45.0 (May 5th, 2025)
|
||||
|
||||
### Added
|
||||
|
@ -6,7 +6,7 @@ name = "tokio"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v1.x.y" git tag.
|
||||
version = "1.45.0"
|
||||
version = "1.45.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.70"
|
||||
authors = ["Tokio Contributors <team@tokio.rs>"]
|
||||
|
@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tokio = { version = "1.45.0", features = ["full"] }
|
||||
tokio = { version = "1.45.1", features = ["full"] }
|
||||
```
|
||||
Then, on your main.rs:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user