1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-24 22:37:35 +02:00

publish stable docs on actix.rs site

This commit is contained in:
Nikolay Kim
2018-07-21 04:19:02 -07:00
parent 7138bb2f29
commit f6499d9ba5
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
.PHONY: default build test doc book clean
CARGO_FLAGS := --features "$(FEATURES) alpn"
CARGO_FLAGS := --features "$(FEATURES) alpn tls"
default: test