Skip to content

Commit

Permalink
Update swift tools
Browse files Browse the repository at this point in the history
  • Loading branch information
theolampert committed Oct 27, 2024
1 parent 3ac89e8 commit 54793d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.10
// swift-tools-version: 6.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down Expand Up @@ -33,5 +33,6 @@ let package = Package(
name: "QuiltTests",
dependencies: ["Quilt"]
),
]
],
swiftLanguageModes: [.v6]
)

0 comments on commit 54793d3

Please sign in to comment.