-
|
Hello, I am trying to use the maturin-actions command and am having my builds fail with: One of my dependent crates requires openssl. Have you encountered this issue before and do you know how to resolve it? Thank you very much? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Static link |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the quick response. Unfortunately, I'm not directly depending on openssl. I think it's getting brought in as a dependency of a dependency, possibly Tokio, but I really don't know for sure. |
Beta Was this translation helpful? Give feedback.
Static link
opensslis the easiest solution, activate thevenderedfeature ofopensslcrate should do.