Skip to content

Commit 3d439ab

Browse files
authored
chore: prepare Tokio v1.39.3 (#6782)
1 parent b2ea40b commit 3d439ab

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
5656

5757
```toml
5858
[dependencies]
59-
tokio = { version = "1.39.2", features = ["full"] }
59+
tokio = { version = "1.39.3", features = ["full"] }
6060
```
6161
Then, on your main.rs:
6262

tokio/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.39.3 (August 17th, 2024)
2+
3+
This release fixes a regression where the unix socket api stopped accepting
4+
the abstract socket namespace. ([#6772])
5+
6+
[#6772]: https://github.com/tokio-rs/tokio/pull/6772
7+
18
# 1.39.2 (July 27th, 2024)
29

310
This release fixes a regression where the `select!` macro stopped accepting

tokio/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "tokio"
66
# - README.md
77
# - Update CHANGELOG.md.
88
# - Create "v1.x.y" git tag.
9-
version = "1.39.2"
9+
version = "1.39.3"
1010
edition = "2021"
1111
rust-version = "1.70"
1212
authors = ["Tokio Contributors <[email protected]>"]

tokio/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
5656

5757
```toml
5858
[dependencies]
59-
tokio = { version = "1.39.2", features = ["full"] }
59+
tokio = { version = "1.39.3", features = ["full"] }
6060
```
6161
Then, on your main.rs:
6262

0 commit comments

Comments
 (0)