mirror of https://github.com/fafhrd91/actix-web
framed: Bump up to 0.4.0-alpha.1
This commit is contained in:
parent
11a9fdad95
commit
01fe6afc63
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "actix-framed"
|
name = "actix-framed"
|
||||||
version = "0.3.0"
|
version = "0.4.0-alpha.1"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actix framed app server"
|
description = "Actix framed app server"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [Unreleased] - 2020-xx-xx
|
## [0.4.0-alpha.1] - 2020-05-25
|
||||||
|
|
||||||
|
* Update `actix-http` to 2.0.0-alpha.4
|
||||||
* Bump minimum supported Rust version to 1.40
|
* Bump minimum supported Rust version to 1.40
|
||||||
|
* Minimize `futures` dependency
|
||||||
|
|
||||||
## [0.3.0] - 2019-12-25
|
## [0.3.0] - 2019-12-25
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue