apple / swift-nio-ssl

TLS Support for SwiftNIO, based on BoringSSL.
https://swiftpackageindex.com/apple/swift-nio-ssl/main/documentation/niossl
Apache License 2.0
385 stars 139 forks source link

Bump minimum NIO version to 2.54.0 to fix test crashes #442

Closed czechboy0 closed 11 months ago

czechboy0 commented 11 months ago

Summary

We need to use 2.54.0 of NIO to get the fix from https://github.com/apple/swift-nio/pull/2429.

Without it, if your NIO resolved locally to an older version, tests would crash.

Test Plan

Tests don't crash now, because you can't get an older version resolved than the one that supports the new flag.