Skip to content

Commit e32b95a

Browse files
authored
Merge pull request #104 from groue/feature/bump-supported-version
bump supported version for Swift and iOS / macOS
2 parents dc98332 + 860ebee commit e32b95a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// swift-tools-version:5.3
1+
// swift-tools-version:5.9
22

33
import PackageDescription
44

55
let package = Package(
66
name: "Mustache",
77
platforms: [
8-
.iOS(.v8),
9-
.macOS(.v10_10),
8+
.iOS(.v11),
9+
.macOS(.v10_11),
1010
.tvOS(.v9)
1111
],
1212
products: [

0 commit comments

Comments
 (0)