ソースを参照

Update Swift packages (#568)

Motivation:

One of interop test cases may hang prior to NIO 2.7.1 causing the CI to
fail.

Modifications:

Update Package.resolved so that NIO 2.7.1, which contains a fix for the
aforementioned bug, is used.

Result:

Interop tests are less likely to hang.
George Barnett 6 年 前
コミット
02c92679d2
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Package.resolved

+ 2 - 2
Package.resolved

@@ -33,8 +33,8 @@
         "repositoryURL": "https://github.com/apple/swift-nio.git",
         "state": {
           "branch": null,
-          "revision": "790827800d6af12ca6a8b1dca7a9072606fd2a1e",
-          "version": "2.7.0"
+          "revision": "32760eae40e6b7cb81d4d543bb0a9f548356d9a2",
+          "version": "2.7.1"
         }
       },
       {