Skip to content

Commit

Permalink
Support both openssl and rustls. Min versions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed Apr 21, 2024
1 parent 13eaace commit 8d54b0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ x509-parser = "0.15.1"

# to make -Zminimal-versions work
[target.'cfg(any())'.dependencies]
openssl = { version = "0.10.60", optional = true }
chrono = "0.4.32"
native-tls = { version = "0.2.4", optional = true }
num-bigint = "0.4.2"
oid-registry = "0.6.1"
chrono = "0.4.32"
openssl = { version = "0.10.60", optional = true }
rustls = "0.22.1"

[[bin]]
name = "loadtest"
Expand Down

0 comments on commit 8d54b0c

Please sign in to comment.