Skip to content

Commit

Permalink
chore: fix minimal-versions check
Browse files Browse the repository at this point in the history
Signed-off-by: Wenxuan Zhang <[email protected]>
  • Loading branch information
wfxr committed Mar 26, 2024
1 parent 848407b commit d764026
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 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.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ hyper-util = { version = "0.1", features = [
"http1",
"tokio",
] }

# for minimal-versions
[target.'cfg(any())'.dependencies]
openssl = { version = "0.10.55", optional = true }

0 comments on commit d764026

Please sign in to comment.