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

http: Bump up to 2.0.0-alpha.4

This commit is contained in:
Yuki Okushi 2020-05-21 15:22:07 +09:00
parent 184683a698
commit 48fa78e182
No known key found for this signature in database
GPG key ID: B0986C85C0E2DAA1
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changes
## [Unreleased]
## [2.0.0-alpha.4] - 2020-05-21
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "actix-http"
version = "2.0.0-alpha.3"
version = "2.0.0-alpha.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix http primitives"
readme = "README.md"