Browse Source

Bump min version of swift-nio-extras (#2101)

Motivation:

We require that the ServerQuiescingHelper is Sendable, which it is as of
version 1.12.0, however our depenencies our depenency requirements don't
express that and if an older version is resolved then compilation will
fail.

Modifications:

- Bump the required version to 1.24.0

Result:

More accurate version requirement
George Barnett 1 year ago
parent
commit
b5023df384
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Package.swift
  2. 1 1
      Package@swift-6.swift

+ 1 - 1
Package.swift

@@ -44,7 +44,7 @@ let packageDependencies: [Package.Dependency] = [
   ),
   ),
   .package(
   .package(
     url: "https://github.com/apple/swift-nio-extras.git",
     url: "https://github.com/apple/swift-nio-extras.git",
-    from: "1.4.0"
+    from: "1.24.0"
   ),
   ),
   .package(
   .package(
     url: "https://github.com/apple/swift-collections.git",
     url: "https://github.com/apple/swift-collections.git",

+ 1 - 1
Package@swift-6.swift

@@ -44,7 +44,7 @@ let packageDependencies: [Package.Dependency] = [
   ),
   ),
   .package(
   .package(
     url: "https://github.com/apple/swift-nio-extras.git",
     url: "https://github.com/apple/swift-nio-extras.git",
-    from: "1.4.0"
+    from: "1.24.0"
   ),
   ),
   .package(
   .package(
     url: "https://github.com/apple/swift-collections.git",
     url: "https://github.com/apple/swift-collections.git",