mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
chore: release Tokio v1.38.1 (#6688)
This commit is contained in:
parent
24344dfe4b
commit
14b9f71157
@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tokio = { version = "1.38.0", features = ["full"] }
|
||||
tokio = { version = "1.38.1", features = ["full"] }
|
||||
```
|
||||
Then, on your main.rs:
|
||||
|
||||
|
@ -1,3 +1,15 @@
|
||||
# 1.38.1 (July 16th, 2024)
|
||||
|
||||
This release fixes the bug identified as ([#6682]), which caused timers not
|
||||
to fire when they should.
|
||||
|
||||
### Fixed
|
||||
|
||||
- time: update `wake_up` while holding all the locks of sharded time wheels ([#6683])
|
||||
|
||||
[#6682]: https://github.com/tokio-rs/tokio/pull/6682
|
||||
[#6683]: https://github.com/tokio-rs/tokio/pull/6683
|
||||
|
||||
# 1.38.0 (May 30th, 2024)
|
||||
|
||||
This release marks the beginning of stabilization for runtime metrics. It
|
||||
|
@ -6,7 +6,7 @@ name = "tokio"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v1.x.y" git tag.
|
||||
version = "1.38.0"
|
||||
version = "1.38.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.63"
|
||||
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.38.0", features = ["full"] }
|
||||
tokio = { version = "1.38.1", features = ["full"] }
|
||||
```
|
||||
Then, on your main.rs:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user