Skip to content

Commit 0cc3528

Browse files
authored
Update tools version to 5.9 (#508)
Motivation: When we dropped 5.8 support we didn't raise the tools version. The result is that 5.8 compilers still resolve newer versions, including 2.29.1. Unfortunately, 2.29.1 doesn't compile. Modifications: Lift the tools version to 5.9 Result: Users won't accidentally resolve this from 5.8.
1 parent b4a26ae commit 0cc3528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.8
1+
// swift-tools-version:5.9
22
//===----------------------------------------------------------------------===//
33
//
44
// This source file is part of the SwiftNIO open source project

0 commit comments

Comments
 (0)