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

bump version

This commit is contained in:
Nikolay Kim 2018-03-06 22:44:06 -08:00
parent c1419413aa
commit d3c859f9f3

View file

@ -1,6 +1,6 @@
[package]
name = "actix-web"
version = "0.4.4"
version = "0.4.5"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web is a small, pragmatic, extremely fast, web framework for Rust."
readme = "README.md"
@ -36,6 +36,8 @@ tls = ["native-tls", "tokio-tls"]
alpn = ["openssl", "openssl/v102", "openssl/v110", "tokio-openssl"]
[dependencies]
actix = "^0.5.2"
base64 = "0.9"
bitflags = "1.0"
brotli2 = "^0.3.2"
@ -81,9 +83,6 @@ tokio-tls = { version="0.1", optional = true }
openssl = { version="0.10", optional = true }
tokio-openssl = { version="0.2", optional = true }
[dependencies.actix]
git = "https://github.com/actix/actix.git"
[dev-dependencies]
env_logger = "0.5"
skeptic = "0.13"