1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-02 08:12:02 +00:00

prepare release

This commit is contained in:
Nikolay Kim 2018-03-03 18:46:22 -08:00
parent 2ccbd5fa18
commit 327df159c6
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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"