diff --git a/Cargo.toml b/Cargo.toml index a22db06..f40525c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "http-server" -version = "0.3.0" +version = "0.4.0" authors = ["Damjan Georgievski "] license = "MIT" readme = "README.md" [dependencies] -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" bytes = "0.4" futures = "0.1" tar = "0.4"