Skip to content

Commit

Permalink
Fix dependency not being optional error
Browse files Browse the repository at this point in the history
  • Loading branch information
abs0luty committed Dec 20, 2023
1 parent ab8a5be commit 375c3b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ version = "0.5.1"

[features]
default = []
tls-rustls = ["arc-swap", "pin-project-lite", "rustls", "rustls-pemfile", "tokio/fs", "tokio/time", "tokio-rustls"]
tls-openssl = ["arc-swap", "openssl", "tokio-openssl", "pin-project-lite"]
tls-rustls = ["arc-swap", "rustls", "rustls-pemfile", "tokio/fs", "tokio/time", "tokio-rustls"]
tls-openssl = ["arc-swap", "openssl", "tokio-openssl"]

[dependencies]
bytes = "1"
Expand Down

0 comments on commit 375c3b4

Please sign in to comment.