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

Use newest swift-nio version #557

Merged
merged 1 commit into from
Feb 10, 2022

Conversation

dnadoba
Copy link
Collaborator

@dnadoba dnadoba commented Feb 10, 2022

swift-nio has defined a new method collect(upTo:into:) on AsyncSequence which we use in our examples.

`swift-nio` has defined a new method `collect(upTo:into:)` on `AsyncSequence` which we use in our examples.
@dnadoba dnadoba added the semver/minor For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x+1).0 label Feb 10, 2022
@fabianfett fabianfett merged commit 2fc105c into swift-server:main Feb 10, 2022
@dnadoba dnadoba deleted the dn-use-latest-swift-nio branch February 10, 2022 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/minor For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x+1).0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants