You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Swift 5.10 is outside of the support window for the project.
Modifications:
- Bump tools version to 6.0
- Avoid using the now-deprecated `String(cString:)` initializer for
collections of `Int8` and instead use the one for `UInt8`.
- Add an inet_ntop helper
Result:
- 5.10 is dropped
0 commit comments