From 2e779ab9e31735a5bcfb188ca291c6205d777866 Mon Sep 17 00:00:00 2001 From: Reed Es Date: Tue, 30 Aug 2022 21:43:45 -0600 Subject: [PATCH] restore local SwiftCSV pending further investigation --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index a2771e2..4d7bebf 100644 --- a/Package.swift +++ b/Package.swift @@ -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(