Skip to content

Commit 0d36233

Browse files
authored
chore: release v1.25.3 (#6223)
# 1.25.3 (December 17thm 2023) ### Fixed - io: add budgeting to `tokio::runtime::io::registration::async_io` ([#6221]) [#6221]: #6221
1 parent ab7313f commit 0d36233

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.25.2", features = ["full"] }
59+
tokio = { version = "1.25.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.25.3 (December 17th, 2023)
2+
3+
### Fixed
4+
- io: add budgeting to `tokio::runtime::io::registration::async_io` ([#6221])
5+
6+
[#6221]: https://github.com/tokio-rs/tokio/pull/6221
7+
18
# 1.25.2 (September 22, 2023)
29

310
Forward ports 1.20.6 changes.

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.25.2"
9+
version = "1.25.3"
1010
edition = "2018"
1111
rust-version = "1.49"
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.25.2", features = ["full"] }
59+
tokio = { version = "1.25.3", features = ["full"] }
6060
```
6161
Then, on your main.rs:
6262

0 commit comments

Comments
 (0)