Skip to content

Commit

Permalink
Merge pull request #6 from woodymelling/parsing-version-lock-2
Browse files Browse the repository at this point in the history
fix package.swift
  • Loading branch information
woodymelling authored Dec 18, 2024
2 parents 43d3965 + 6643f47 commit faae944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "e13aedfb1b3277cd73f047c11d12979a4e8713de7522ef91bac59a5bd555498c",
"originHash" : "3bee63a89a4fa8f240e4114f8d87c9eeba8362e426c4eb499967e05e8ef3c9b8",
"pins" : [
{
"identity" : "swift-case-paths",
Expand All @@ -24,8 +24,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/woodymelling/swift-parsing",
"state" : {
"branch" : "0.1.0",
"revision" : "c0249cbebab111490fcf0735b8f05fc51911f084"
"revision" : "c0249cbebab111490fcf0735b8f05fc51911f084",
"version" : "0.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.4.0"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.3"),
.package(url: "https://github.com/woodymelling/swift-parsing", branch: "0.1.0")
.package(url: "https://github.com/woodymelling/swift-parsing", from: "0.1.0")
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit faae944

Please sign in to comment.