require rustls feature for client example

This commit is contained in:
Rob Ede 2020-08-08 14:39:33 +01:00
parent cf1c8abe62
commit 535c59e651
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ guide/build/
*.pid
*.sock
*~
.DS_Store
# These are backup files generated by rustfmt
**/*.rs.bk

View File

@ -124,6 +124,10 @@ actix-files = { path = "actix-files" }
actix-multipart = { path = "actix-multipart" }
awc = { path = "awc" }
[[example]]
name = "client"
required-features = ["rustls"]
[[bench]]
name = "server"
harness = false