mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
Merge 'tokio-1.25.2' into 'tokio-1.32.x' (#6027)
This commit is contained in:
@@ -411,7 +411,6 @@ jobs:
|
|||||||
target:
|
target:
|
||||||
- powerpc-unknown-linux-gnu
|
- powerpc-unknown-linux-gnu
|
||||||
- powerpc64-unknown-linux-gnu
|
- powerpc64-unknown-linux-gnu
|
||||||
- mips-unknown-linux-gnu
|
|
||||||
- arm-linux-androideabi
|
- arm-linux-androideabi
|
||||||
- mipsel-unknown-linux-musl
|
- mipsel-unknown-linux-musl
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -360,6 +360,16 @@ This release bumps the MSRV of Tokio to 1.56. ([#5559])
|
|||||||
[#5513]: https://github.com/tokio-rs/tokio/pull/5513
|
[#5513]: https://github.com/tokio-rs/tokio/pull/5513
|
||||||
[#5517]: https://github.com/tokio-rs/tokio/pull/5517
|
[#5517]: https://github.com/tokio-rs/tokio/pull/5517
|
||||||
|
|
||||||
|
# 1.25.2 (September 22, 2023)
|
||||||
|
|
||||||
|
Forward ports 1.20.6 changes.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- io: use `memchr` from `libc` ([#5960])
|
||||||
|
|
||||||
|
[#5960]: https://github.com/tokio-rs/tokio/pull/5960
|
||||||
|
|
||||||
# 1.25.1 (May 28, 2023)
|
# 1.25.1 (May 28, 2023)
|
||||||
|
|
||||||
Forward ports 1.18.6 changes.
|
Forward ports 1.18.6 changes.
|
||||||
@@ -706,6 +716,16 @@ wasm32-wasi target is given unstable support for the `net` feature.
|
|||||||
[#4956]: https://github.com/tokio-rs/tokio/pull/4956
|
[#4956]: https://github.com/tokio-rs/tokio/pull/4956
|
||||||
[#4959]: https://github.com/tokio-rs/tokio/pull/4959
|
[#4959]: https://github.com/tokio-rs/tokio/pull/4959
|
||||||
|
|
||||||
|
# 1.20.6 (September 22, 2023)
|
||||||
|
|
||||||
|
This is a backport of a change from 1.27.0.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- io: use `memchr` from `libc` ([#5960])
|
||||||
|
|
||||||
|
[#5960]: https://github.com/tokio-rs/tokio/pull/5960
|
||||||
|
|
||||||
# 1.20.5 (May 28, 2023)
|
# 1.20.5 (May 28, 2023)
|
||||||
|
|
||||||
Forward ports 1.18.6 changes.
|
Forward ports 1.18.6 changes.
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ cfg_sync! {
|
|||||||
|
|
||||||
cfg_trace! {
|
cfg_trace! {
|
||||||
mod trace;
|
mod trace;
|
||||||
|
#[allow(unused_imports)]
|
||||||
pub(crate) use trace::InstrumentedFuture as Future;
|
pub(crate) use trace::InstrumentedFuture as Future;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user