Skip to content

Commit d944fb3

Browse files
authored
Update min Swift version to 5.6 and make platform versions consistent (#320)
Update minimum Swift version to 5.6 and make platform versions consistent.
1 parent 5c520c5 commit d944fb3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Package.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
// swift-tools-version:5.5
1+
// swift-tools-version:5.6
22
import PackageDescription
33

44
let package = Package(
55
name: "mysql-kit",
66
platforms: [
7-
.macOS(.v10_15)
7+
.macOS(.v10_15),
8+
.iOS(.v13),
9+
.watchOS(.v6),
10+
.tvOS(.v13),
811
],
912
products: [
1013
.library(name: "MySQLKit", targets: ["MySQLKit"]),

0 commit comments

Comments
 (0)