Skip to content

Commit

Permalink
Update tools version to 5.9 (#508)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Lukasa authored Feb 5, 2025
1 parent b4a26ae commit 0cc3528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.8
// swift-tools-version:5.9
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
Expand Down

0 comments on commit 0cc3528

Please sign in to comment.