1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 01:39:33 +00:00

prep awc release

This commit is contained in:
Nikolay Kim 2019-12-15 13:36:05 +06:00
parent cb705317b8
commit a791aab418
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changes
## [1.0.1] - 2019-12-15
* Fix compilation with default features off
## [1.0.0] - 2019-12-13
* Release

View file

@ -1,6 +1,6 @@
[package]
name = "awc"
version = "1.0.0"
version = "1.0.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix http client."
readme = "README.md"
@ -22,7 +22,7 @@ path = "src/lib.rs"
features = ["openssl", "rustls", "compress"]
[features]
default = [] #"compress"]
default = ["compress"]
# openssl
openssl = ["open-ssl", "actix-http/openssl"]