mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
chore: prepare Tokio v1.39.1 (#6716)
This commit is contained in:
parent
47210a8e6e
commit
f8fe0ffb23
@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tokio = { version = "1.39.0", features = ["full"] }
|
||||
tokio = { version = "1.39.1", features = ["full"] }
|
||||
```
|
||||
Then, on your main.rs:
|
||||
|
||||
|
@ -1,5 +1,14 @@
|
||||
# 1.39.1 (July 23rd, 2024)
|
||||
|
||||
This release reverts "time: avoid traversing entries in the time wheel twice"
|
||||
because it contains a bug. ([#6715])
|
||||
|
||||
[#6715]: https://github.com/tokio-rs/tokio/pull/6715
|
||||
|
||||
# 1.39.0 (July 23rd, 2024)
|
||||
|
||||
Yanked. Please use 1.39.1 instead.
|
||||
|
||||
- This release bumps the MSRV to 1.70. ([#6645])
|
||||
- This release upgrades to mio v1. ([#6635])
|
||||
- This release upgrades to windows-sys v0.52 ([#6154])
|
||||
|
@ -6,7 +6,7 @@ name = "tokio"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v1.x.y" git tag.
|
||||
version = "1.39.0"
|
||||
version = "1.39.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.39.0", features = ["full"] }
|
||||
tokio = { version = "1.39.1", features = ["full"] }
|
||||
```
|
||||
Then, on your main.rs:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user