Skip to content

Commit

Permalink
Work around kafkaesque SPM/Xcode bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Jan 11, 2024
1 parent b5d19d1 commit 581b530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/dabrahams/citron.git",
"state" : {
"revision" : "90d3d616d4f14cf4b3aa7123fbbf751964f97f80",
"version" : "2.1.1"
"branch" : "main",
"revision" : "a4c2386f87fa6a6cc8f59f0b955c4abd31c1d4dd"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
targets: ["Lotsawa"]),
],
dependencies: [
.package(url: "https://github.com/dabrahams/citron.git", from: "2.1.2"),
.package(url: "https://github.com/dabrahams/citron.git", branch: "main"),
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.3.0"),
.package(url: "https://github.com/SwiftPackageIndex/SPIManifest.git", from: "0.12.0")
]
Expand Down

0 comments on commit 581b530

Please sign in to comment.