mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 17:41:11 +00:00
prepare release
This commit is contained in:
parent
2ccbd5fa18
commit
327df159c6
2 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
|||
# Changes
|
||||
|
||||
## 0.4.3 (2018-03-xx)
|
||||
## 0.4.3 (2018-03-03)
|
||||
|
||||
* Fix request body read bug
|
||||
|
||||
* Fix segmentation fault #79
|
||||
|
||||
* Set reuse address before bind #90
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "actix-web"
|
||||
version = "0.4.2"
|
||||
version = "0.4.3"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Actix web is a small, pragmatic, extremely fast, web framework for Rust."
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in a new issue