1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 17:46:38 +02:00

better nightly detection

This commit is contained in:
Nikolay Kim
2017-11-24 10:28:43 -08:00
parent f33c489154
commit 59b8214685
4 changed files with 27 additions and 9 deletions

View File

@@ -32,9 +32,6 @@ tls = ["native-tls", "tokio-tls"]
# openssl
alpn = ["openssl", "openssl/v102", "openssl/v110", "tokio-openssl"]
# nightly
nightly = []
[dependencies]
log = "0.3"
failure = "0.1"
@@ -91,6 +88,7 @@ skeptic = "0.13"
[build-dependencies]
skeptic = "0.13"
version_check = "0.1"
[profile.release]
lto = true