From 8dae97719384e2480726f1322189c18b41190ffb Mon Sep 17 00:00:00 2001 From: Nate Cook Date: Wed, 21 Aug 2024 15:57:32 -0500 Subject: [PATCH] Update project to depend on Swift 5.7 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 30684bad..8dcb18cc 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.4 +// swift-tools-version:5.7 //===----------------------------------------------------------------------===// // // This source file is part of the Swift Algorithms open source project