File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 2.3.0
6
+
5
7
- Add support for MultiPath TCP (MPTCP) with ` MpTcp ` enum and ` ServerBuilder::mptcp() ` method.
6
8
- Minimum supported Rust version (MSRV) is now 1.65.
7
9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " actix-server"
3
- version = " 2.2 .0"
3
+ version = " 2.3 .0"
4
4
authors = [
5
5
" Nikolay Kim <fafhrd91@gmail.com>" ,
6
6
" Rob Ede <robjtede@icloud.com>" ,
Original file line number Diff line number Diff line change 3
3
> General purpose TCP server built for the Actix ecosystem.
4
4
5
5
[ ![ crates.io] ( https://img.shields.io/crates/v/actix-server?label=latest )] ( https://crates.io/crates/actix-server )
6
- [ ![ Documentation] ( https://docs.rs/actix-server/badge.svg?version=2.2 .0 )] ( https://docs.rs/actix-server/2.2 .0 )
6
+ [ ![ Documentation] ( https://docs.rs/actix-server/badge.svg?version=2.3 .0 )] ( https://docs.rs/actix-server/2.3 .0 )
7
7
[ ![ Version] ( https://img.shields.io/badge/rustc-1.52+-ab6000.svg )] ( https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html )
8
8
![ License] ( https://img.shields.io/crates/l/actix-server.svg )
9
- [ ![ Dependency Status] ( https://deps.rs/crate/actix-server/2.2 .0/status.svg )] ( https://deps.rs/crate/actix-server/2.2 .0 )
9
+ [ ![ Dependency Status] ( https://deps.rs/crate/actix-server/2.3 .0/status.svg )] ( https://deps.rs/crate/actix-server/2.3 .0 )
10
10
![ Download] ( https://img.shields.io/crates/d/actix-server.svg )
11
11
[ ![ Chat on Discord] ( https://img.shields.io/discord/771444961383153695?label=chat&logo=discord )] ( https://discord.gg/NWpN5mmg3x )
12
12
You can’t perform that action at this time.
0 commit comments