Releases: actix/actix-net
Releases · actix/actix-net
bytestring: v1.3.0
- Implement
AsRef<ByteString>
forByteString
.
actix-server: v2.2.0
- Minimum supported Rust version (MSRV) is now 1.59.
- Update
tokio-uring
dependency to0.4
. #473
actix-rt: v2.8.0
bytestring: v1.2.1
- Fix
#[no_std]
compatibility. #471
bytestring: v1.2.0
- Add
ByteString::slice_ref
which can safely slice aByteString
into a new one with zero copy. #470 - Minimum supported Rust version (MSRV) is now 1.57.
actix-utils: v3.0.1
- Minimum supported Rust version (MSRV) is now 1.57.
bytestring: v1.1.0
local-waker: v0.1.3
- No significant changes since
0.1.2
. - Minimum supported Rust version (MSRV) is now 1.49.
local-channel: v0.1.3
- No significant changes since
0.1.2
. - Minimum supported Rust version (MSRV) is now 1.49.
actix-tls: v3.0.4
- Logs emitted now use the
tracing
crate withlog
compatibility. #451