Skip to content

Commit b254bb1

Browse files
committed
Use NIO 2.80.0
Workaround for swiftc 6.3 compiler bug.
1 parent 60cb596 commit b254bb1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Package.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ let package = Package(
1919
.package(url: "https://github.com/apple/swift-atomics.git",
2020
from: "1.0.3"),
2121
.package(url: "https://github.com/apple/swift-nio.git",
22-
from: "2.46.0"),
23-
/* use this for proper 100-continue until
24-
https://github.com/apple/swift-nio/pull/1330 is working:
25-
.package(url: "file:///Users/helge/dev/Swift/NIO/swift-nio-helje5",
26-
.branch("feature/100-continue")),
27-
*/
22+
from: "2.80.0"),
2823
.package(url: "https://github.com/apple/swift-log.git",
2924
from: "1.4.4")
3025
],

0 commit comments

Comments
 (0)