Skip to content

Commit 9529083

Browse files
authored
Bump swift-parsing to newest version (#5)
1 parent 34fdfe1 commit 9529083

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Package.resolved

Lines changed: 6 additions & 6 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
@@ -17,7 +17,7 @@ let package = Package(
1717
),
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/pointfreeco/swift-parsing", from: "0.12.0"),
20+
.package(url: "https://github.com/pointfreeco/swift-parsing", from: "0.13.0"),
2121
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.2"),
2222
],
2323
targets: [

0 commit comments

Comments
 (0)