Skip to content

Commit 35fb67c

Browse files
committed
chore: Update swift-nio minimum version to a version where NIOCore compiles for wasm.
1 parent 5d00ea9 commit 35fb67c

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ let package = Package(
1313
dependencies: [
1414
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.0.0"),
1515
.package(url: "https://github.com/adam-fowler/async-collections", from: "0.0.1"),
16-
17-
// TODO: SM: Revert before merging. Temporarily using PL nio to test fix for NIOCore.
18-
// .package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
19-
.package(url: "https://github.com/PassiveLogic/swift-nio.git", branch: "main"),
16+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.84.0"),
2017
],
2118
targets: [
2219
.target(

0 commit comments

Comments
 (0)