better minimal versions
This commit is contained in:
parent
3d4ae9c971
commit
ce87f7de16
1 changed files with 5 additions and 4 deletions
|
|
@ -39,10 +39,11 @@ rustls-connector = "0.18.0"
|
||||||
structopt = "0.3"
|
structopt = "0.3"
|
||||||
|
|
||||||
# to make -Zminimal-versions work
|
# to make -Zminimal-versions work
|
||||||
encoding = "0.2.32"
|
[target.'cfg(any())'.dependencies]
|
||||||
failure = "0.1.8"
|
encoding = { version = "0.2.32", optional = true }
|
||||||
mime = "0.3.4"
|
failure = { version = "0.1.8", optional = true }
|
||||||
openssl = "0.10.55"
|
mime = { version = "0.3.4", optional = true }
|
||||||
|
openssl = { version = "0.10.55", optional = true }
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "basic"
|
name = "basic"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue