bump to the axtix-web 0.7 release

This commit is contained in:
Damjan Georgievski 2018-07-21 14:39:29 +02:00
parent c91c994c8c
commit a4d895ea4a

View file

@ -1,12 +1,12 @@
[package] [package]
name = "http-server" name = "http-server"
version = "0.3.0" version = "0.4.0"
authors = ["Damjan Georgievski <gdamjan@gmail.com>"] authors = ["Damjan Georgievski <gdamjan@gmail.com>"]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
[dependencies] [dependencies]
actix-web = { git = "https://github.com/actix/actix-web.git" } actix-web = "0.7"
bytes = "0.4" bytes = "0.4"
futures = "0.1" futures = "0.1"
tar = "0.4" tar = "0.4"