1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00

disable h2 for release

This commit is contained in:
Nikolay Kim 2017-10-23 16:04:31 -07:00
parent da8b637725
commit acaf397350

View file

@ -24,7 +24,7 @@ path = "src/lib.rs"
default = []
# http/2
http2 = ["h2"]
# http2 = ["h2"]
[dependencies]
log = "0.3"
@ -46,7 +46,7 @@ futures = "0.1"
tokio-core = "0.1"
tokio-io = "0.1"
tokio-proto = "0.1"
h2 = { git = 'https://github.com/carllerche/h2', optional = true }
# h2 = { git = 'https://github.com/carllerche/h2', optional = true }
[dependencies.actix]
version = "0.3"