1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00

prepare actix-web release

This commit is contained in:
Nikolay Kim 2019-07-17 12:07:12 +06:00
parent 7b1dcaffda
commit c01611d8b5
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changes
## [1.0.4] - TBD
## [1.0.4] - 2019-07-17
### Added

View File

@ -1,6 +1,6 @@
[package]
name = "actix-web"
version = "1.0.3"
version = "1.0.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
readme = "README.md"
@ -71,9 +71,9 @@ rust-tls = ["rustls", "actix-server/rust-tls"]
[dependencies]
actix-codec = "0.1.2"
actix-service = "0.4.1"
actix-utils = "0.4.2"
actix-utils = "0.4.3"
actix-router = "0.1.5"
actix-rt = "0.2.3"
actix-rt = "0.2.4"
actix-web-codegen = "0.1.2"
actix-http = "0.2.5"
actix-server = "0.5.1"