Update to most current RSCore

This commit is contained in:
Maurice Parker
2022-11-11 11:37:33 -06:00
parent b7b9344e3d
commit 56aa302d3b
6 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
import PackageDescription
var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/Ranchero-Software/RSCore.git", .branch("main")),
.package(url: "https://github.com/Ranchero-Software/RSCore.git", .upToNextMajor(from: "1.1.0")),
.package(url: "https://github.com/Ranchero-Software/RSDatabase.git", .upToNextMajor(from: "1.0.0")),
]