File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ let package = Package(
2929 . executable( name: " StreamingByteCounter " , targets: [ " StreamingByteCounter " ] ) ,
3030 ] ,
3131 dependencies: [
32- . package ( url: " https://github.com/apple/swift-nio.git " , . branch ( " main " ) ) ,
32+ . package ( url: " https://github.com/apple/swift-nio.git " , from : " 2.38.0 " ) ,
3333
3434 // in real-world projects this would be
3535 // .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.9.0")
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ let package = Package(
2121 . library( name: " AsyncHTTPClient " , targets: [ " AsyncHTTPClient " ] ) ,
2222 ] ,
2323 dependencies: [
24- . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.36 .0 " ) ,
24+ . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.38 .0 " ) ,
2525 . package ( url: " https://github.com/apple/swift-nio-ssl.git " , from: " 2.14.1 " ) ,
2626 . package ( url: " https://github.com/apple/swift-nio-http2.git " , from: " 1.19.0 " ) ,
2727 . package ( url: " https://github.com/apple/swift-nio-extras.git " , from: " 1.10.0 " ) ,
You can’t perform that action at this time.
0 commit comments