From 3b1e5f7414c8791ad896d7c4e87022a1fba00301 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Thu, 22 Nov 2018 22:08:18 -0800 Subject: [PATCH] Switched to a fork of the Result repo that does not depend on Foundation (outside of tests) --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index dc09c89..e1f09e2 100644 --- a/Package.resolved +++ b/Package.resolved @@ -3,11 +3,11 @@ "pins": [ { "package": "Result", - "repositoryURL": "https://github.com/antitypical/Result.git", + "repositoryURL": "https://github.com/mattpolzin/Result", "state": { "branch": null, - "revision": "8fc088dcf72802801efeecba76ea8fb041fb773d", - "version": "4.0.0" + "revision": "534d672316477abe29ec4b5ebf65827055b86973", + "version": null } } ] diff --git a/Package.swift b/Package.swift index c31fac1..639ec54 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( targets: ["JSONAPI"]), ], dependencies: [ - .package(url: "https://github.com/antitypical/Result.git", from: "4.0.0") + .package(url: "https://github.com/mattpolzin/Result", .revision("534d672316477abe29ec4b5ebf65827055b86973")) ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.