Skip to content

Commit

Permalink
rely on local fork of external package
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Es committed Feb 1, 2022
1 parent ab21868 commit c99516a
Showing 1 changed file with 1 addition and 1 deletion.
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(
],
dependencies: [
.package(url: "https://github.com/openalloc/AllocData.git", from: "1.1.0"),
.package(url: "https://github.com/swiftcsv/SwiftCSV.git", from: "0.6.1"),
.package(url: "https://github.com/openalloc/SwiftCSV.git", from: "0.6.1"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "0.4.3"),
],
targets: [
Expand Down

0 comments on commit c99516a

Please sign in to comment.