How to use with rustls
feature aws-lc-rs
?
#2315
Answered
by
tyt2y3
AntoinePrv
asked this question in
Q&A
-
Hello, Quite new to cargo. Is there a way to pass a feature flag to the indirect |
Beta Was this translation helpful? Give feedback.
Answered by
tyt2y3
Aug 6, 2024
Replies: 1 comment
-
the best thing you can do is to depend on the specific version of enabled features is global to the cargo workspace, and all crates share the same dependency only if their version requirements are compatible. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AntoinePrv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the best thing you can do is to depend on the specific version of
rustls
directly, and enable the feature flag in your Cargo.toml.enabled features is global to the cargo workspace, and all crates share the same dependency only if their version requirements are compatible.