Skip to content

Commit

Permalink
restore local SwiftCSV pending further investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Es committed Aug 31, 2022
1 parent 1237ba6 commit 2e779ab
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 @@ -24,7 +24,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", .exact( "0.7.0")),
.package(url: "https://github.com/openalloc/SwiftCSV.git", from: "0.6.1"),
],
targets: [
.target(
Expand Down

0 comments on commit 2e779ab

Please sign in to comment.