Skip to content

Commit

Permalink
fix: support Xcode 15 Swift version 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
maikelvdh committed Jul 31, 2024
1 parent 0a66776 commit 7e46ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"originHash" : "54446e8a2617deadae3d77bc72533cbf1e25290c734ad296ddfdd7c2b8a1e9ac",
"pins" : [
{
"identity" : "swift-argument-parser",
Expand All @@ -20,5 +19,5 @@
}
}
],
"version" : 3
"version" : 2
}
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.10
// swift-tools-version: 5.9
import PackageDescription

let package = Package(
Expand Down

0 comments on commit 7e46ef4

Please sign in to comment.