Skip to content

Commit 68fd62a

Browse files
committed
Lower Splash version to 0.5 for Swift 5.3 compat
1 parent 10823a4 commit 68fd62a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let package = Package(
3939
.package(url: "https://github.com/OpenCombine/OpenCombine.git", from: "0.12.0"),
4040
.package(url: "https://github.com/vapor/vapor.git", from: "4.49.2"),
4141
.package(url: "https://github.com/apple/swift-crypto.git", from: "1.1.0"),
42-
.package(url: "https://github.com/JohnSundell/Splash.git", from: "0.16.0"),
42+
.package(url: "https://github.com/JohnSundell/Splash.git", .upToNextMinor(from: "0.15.0")),
4343
.package(
4444
url: "https://github.com/swiftwasm/WasmTransformer",
4545
.upToNextMinor(from: "0.0.3")

0 commit comments

Comments
 (0)