mirror of https://github.com/fafhrd91/actix-net
updated readme and changelogs to reflect changes and minimum required rust version
This commit is contained in:
parent
64f0421ed6
commit
ce02f25f4d
|
@ -7,7 +7,7 @@ Actix net - framework for composable network services
|
|||
* [API Documentation (Development)](https://actix.rs/actix-net/actix_net/)
|
||||
* [Chat on gitter](https://gitter.im/actix/actix)
|
||||
* Cargo package: [actix-net](https://crates.io/crates/actix-net)
|
||||
* Minimum supported Rust version: 1.36 or later
|
||||
* Minimum supported Rust version: 1.37 or later
|
||||
|
||||
## Example
|
||||
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# Changes
|
||||
|
||||
## Next
|
||||
|
||||
### Changed
|
||||
|
||||
* Update `rustls` to 0.16
|
||||
* Minimum required Rust version upped to 1.37.0
|
||||
|
||||
## [0.2.5] - 2019-09-05
|
||||
|
||||
* Add `TcpConnectService`
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# Changes
|
||||
|
||||
## Next
|
||||
|
||||
### Changed
|
||||
|
||||
* Update `rustls` to 0.16
|
||||
* Minimum required Rust version upped to 1.37.0
|
||||
|
||||
## [0.1.2] - 2019-07-18
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# Changes
|
||||
|
||||
## Next
|
||||
|
||||
### Changed
|
||||
|
||||
* Update `rustls` to 0.16
|
||||
* Minimum required Rust version upped to 1.37.0
|
||||
|
||||
## [0.6.1] - 2019-09-25
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Reference in New Issue