Riff automatically provides external dependencies for Rust projects, with support for other languages coming soon.
Mozilla Public License 2.0
486
stars
13
forks
source link
Allow different dependencies for different versions of the same library #220
Open
figsoda opened 1 year ago
For ring <= 0.16.20, it links to the
Security
framework on darwin, but on main the requirement seems to have been removed by https://github.com/briansmith/ring/commit/f5bd88cc0acd812ec32a80c26b5e053abe271009. I t would be nice to only depend ondarwin.apple_sdk.frameworks.Security
for ring <= 0.16.20