Use RSCore 3.

This commit is contained in:
Brent Simmons
2023-11-17 22:23:33 -08:00
parent 6cd8715eb0
commit c7b036f364
27 changed files with 446 additions and 208 deletions

View File

@@ -16,7 +16,7 @@ let package = Package(
.package(path: "../../Secrets"),
.package(path: "../../AccountError"),
.package(url: "https://github.com/Ranchero-Software/RSWeb.git", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/Ranchero-Software/RSCore.git", .upToNextMajor(from: "2.0.1")),
.package(url: "https://github.com/Ranchero-Software/RSCore.git", .upToNextMajor(from: "3.0.0")),
.package(url: "https://github.com/Ranchero-Software/RSParser.git", .upToNextMajor(from: "2.0.2"))
],
targets: [