We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cb596 commit b254bb1Copy full SHA for b254bb1
Package.swift
@@ -19,12 +19,7 @@ let package = Package(
19
.package(url: "https://github.com/apple/swift-atomics.git",
20
from: "1.0.3"),
21
.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
- */
+ from: "2.80.0"),
28
.package(url: "https://github.com/apple/swift-log.git",
29
from: "1.4.4")
30
],
0 commit comments