Commit b5023df
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 requirement1 parent 3ef3a9f commit b5023df
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments