Commit 315bd00
authored
Update Swift NIO dependency (#243)
Swift NIO 2.80.0 contains a workaround for a miscompile which causes
swiftly to hang. Specifically code like `@usableFromInline let _free:
@convention(c) [...] = { free($0) }` miscompiles into a CPU spin loop on
some builds of `swift`.1 parent fc84878 commit 315bd00
2 files changed
+4
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments