Explorar el Código

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 hace 3 años
padre
commit
a98b41064b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",