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]
|
||||
name = "actix-framed"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0-alpha.1"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Actix framed app server"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
# 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
|
||||
* Minimize `futures` dependency
|
||||
|
||||
## [0.3.0] - 2019-12-25
|
||||
|
||||
|
|
Loading…
Reference in New Issue