vapor / multipart-kit

🏞 Parses and serializes multipart-encoded data with Codable support.
MIT License
139 stars 41 forks source link

Is there any reason multipart-kit requires macOS 10.15? #77

Closed adam-fowler closed 3 years ago

0xTim commented 3 years ago

Likely a hang up as it was extracted from Vapor. There's nothing that requires 10.15 in here at the moment though Vapor packages took the approach of adding it to everything to avoid breaking changes at later dates.

I'm pretty sure we could add it in if needed in a non-breaking change as SwiftPM should resolve it correctly and just pick the oldest version right? I can't imagine us needed to use Crypto, which is the only thing that mandates 10.15 in the chain, so I'm happy to open this up.

Thoughts @siemensikkema?

siemensikkema commented 3 years ago

+1 on removing the restriction 👌🏻