Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ url = "2.5.2"
dotenv = "0.15.0"
pretty_assertions = "1.4.1"

# for minimal-versions
# Minimal-versions test failing due to openssl being out of date.
# Force more recent version of openssl for every configuration it is required.
# ref: https://github.com/sfackler/rust-openssl/issues/1724
[target.'cfg(any())'.dependencies]
openssl = { version = "0.10.59", optional = true } # needed to allow foo to build with -Zminimal-versions
openssl = { version = "0.10.75", optional = true }