Skip to content

Commit

Permalink
Merge pull request #104 from groue/feature/bump-supported-version
Browse files Browse the repository at this point in the history
bump supported version for Swift and iOS / macOS
  • Loading branch information
fumito-ito authored Oct 26, 2024
2 parents dc98332 + 860ebee commit e32b95a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// swift-tools-version:5.3
// swift-tools-version:5.9

import PackageDescription

let package = Package(
name: "Mustache",
platforms: [
.iOS(.v8),
.macOS(.v10_10),
.iOS(.v11),
.macOS(.v10_11),
.tvOS(.v9)
],
products: [
Expand Down

0 comments on commit e32b95a

Please sign in to comment.