Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependency issue with swift-nio-ssl #113

Merged
merged 1 commit into from
Sep 16, 2021

Conversation

mackoj
Copy link
Contributor

@mackoj mackoj commented Sep 16, 2021

Hi,

This is a small PR to fix something that prevent our backend to compile.

Since you are using TLSConfiguration.makeClientConfiguration() and it has been introduce in this PR(apple/swift-nio-ssl#299). Please update your base requirement of swift-nio-ssl to when it has been introduced.

https://github.com/kylebrowning/APNSwift/blob/e7645362c051fb12c28ed290c6e7f6918596d25b/Sources/APNSwift/APNSwiftConnection.swift#L90

Please consider release a point update.

Thanks

Since you use `.makeClientConfiguration()` and it has been introduce in PR apple/swift-nio-ssl#299 please update your base requirement of `swift-nio-ssl`.
Please consider release a point update.

Thanks
@mackoj mackoj changed the title Update Package.swift swift-nio-ssl dependency Fix dependency issue with swift-nio-ssl Sep 16, 2021
@kylebrowning kylebrowning merged commit b53fd38 into swift-server-community:master Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants