Browse Source

Raise minimum NIO version to 2.36.0 (#1444)

With the merge of the async/await support to main we now require NIO
2.36.0, which is the release that contains the new availability
requirements for EventLoopFuture.get

Resolves #1443
Cory Benfield 3 years ago
parent
commit
a98b41064b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

@@ -40,7 +40,7 @@ let argumentParserMinimumVersion: Version = "1.0.0"
 let packageDependencies: [Package.Dependency] = [
   .package(
     url: "https://github.com/apple/swift-nio.git",
-    from: "2.32.0"
+    from: "2.36.0"
   ),
   .package(
     url: "https://github.com/apple/swift-nio-http2.git",