Skip to content

Commit

Permalink
Update min Swift version to 5.6 and make platform versions consistent (
Browse files Browse the repository at this point in the history
…#320)

Update minimum Swift version to 5.6 and make platform versions consistent.
  • Loading branch information
gwynne committed Apr 14, 2023
1 parent 5c520c5 commit d944fb3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
// swift-tools-version:5.5
// swift-tools-version:5.6
import PackageDescription

let package = Package(
name: "mysql-kit",
platforms: [
.macOS(.v10_15)
.macOS(.v10_15),
.iOS(.v13),
.watchOS(.v6),
.tvOS(.v13),
],
products: [
.library(name: "MySQLKit", targets: ["MySQLKit"]),
Expand Down

0 comments on commit d944fb3

Please sign in to comment.