Skip to content

Commit b5023df

Browse files
authored
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
1 parent 3ef3a9f commit b5023df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let packageDependencies: [Package.Dependency] = [
4444
),
4545
.package(
4646
url: "https://github.com/apple/swift-nio-extras.git",
47-
from: "1.4.0"
47+
from: "1.24.0"
4848
),
4949
.package(
5050
url: "https://github.com/apple/swift-collections.git",

Diff for: [email protected]

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let packageDependencies: [Package.Dependency] = [
4444
),
4545
.package(
4646
url: "https://github.com/apple/swift-nio-extras.git",
47-
from: "1.4.0"
47+
from: "1.24.0"
4848
),
4949
.package(
5050
url: "https://github.com/apple/swift-collections.git",

0 commit comments

Comments
 (0)