mirror of https://github.com/fafhrd91/actix-net
remove default features
This commit is contained in:
parent
65474aad0d
commit
25ed4ba4eb
|
@ -1,6 +1,7 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
* There are now no default features. [#422]
|
||||||
* Implement `Default` for `connect::Resolver`. [#422]
|
* Implement `Default` for `connect::Resolver`. [#422]
|
||||||
* Derive `Debug` for `connect::Connection`. [#422]
|
* Derive `Debug` for `connect::Connection`. [#422]
|
||||||
* Remove redundant `connect::Connection::from_parts` method. [#422]
|
* Remove redundant `connect::Connection::from_parts` method. [#422]
|
||||||
|
|
|
@ -21,7 +21,7 @@ name = "actix_tls"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["accept", "connect", "uri", "rustls", "openssl", "native-tls"]
|
default = []
|
||||||
|
|
||||||
# enable acceptor services
|
# enable acceptor services
|
||||||
accept = []
|
accept = []
|
||||||
|
|
Loading…
Reference in New Issue