Update pathkit to 1.0.1

Pathkit 1.0.1 adds support for Xcode 13
This commit is contained in:
astromonkee
2021-09-23 20:36:29 +09:00
parent c729a7d58f
commit 01740c61d3
3 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ let package = Package(
.library(name: "Stencil", targets: ["Stencil"])
],
dependencies: [
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.0"),
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1"),
.package(url: "https://github.com/kylef/Spectre.git", from: "0.9.0")
],
targets: [