mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-21 00:00:10 +02:00
chore: prepare Tokio v1.41.1 (#6959)
Signed-off-by: Alice Ryhl <[email protected]>
This commit is contained in:
@@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tokio = { version = "1.41.0", features = ["full"] }
|
||||
tokio = { version = "1.41.1", features = ["full"] }
|
||||
```
|
||||
Then, on your main.rs:
|
||||
|
||||
|
||||
@@ -1,3 +1,15 @@
|
||||
# 1.41.1 (Nov 7th, 2024)
|
||||
|
||||
### Fixed
|
||||
|
||||
- metrics: fix bug with wrong number of buckets for the histogram ([#6957])
|
||||
- net: display `net` requirement for `net::UdpSocket` in docs ([#6938])
|
||||
- net: fix typo in `TcpStream` internal comment ([#6944])
|
||||
|
||||
[#6957]: https://github.com/tokio-rs/tokio/pull/6957
|
||||
[#6938]: https://github.com/tokio-rs/tokio/pull/6938
|
||||
[#6944]: https://github.com/tokio-rs/tokio/pull/6944
|
||||
|
||||
# 1.41.0 (Oct 22th, 2024)
|
||||
|
||||
### Added
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ name = "tokio"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v1.x.y" git tag.
|
||||
version = "1.41.0"
|
||||
version = "1.41.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.70"
|
||||
authors = ["Tokio Contributors <[email protected]>"]
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tokio = { version = "1.41.0", features = ["full"] }
|
||||
tokio = { version = "1.41.1", features = ["full"] }
|
||||
```
|
||||
Then, on your main.rs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user