mirror of
https://github.com/swift-server/RediStack.git
synced 2026-05-03 07:32:28 +00:00
Rename Package to "RediStack"
Motivation: SwiftPM as of Swift 5.2 introduces a new package dependency graph and package description that makes the current naming of RediStack awkward to pull in. Modifications: - Change: Package.name to be "RediStack" The git repo will be renamed to "mordil/redistack" in addition to this change. Result: Fixes #72 and makes it seamless to pull in RediStack as a Swift package dependency.
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "redi-stack",
|
||||
name: "RediStack",
|
||||
products: [
|
||||
.library(name: "RediStack", targets: ["RediStack"]),
|
||||
.library(name: "RediStackTestUtils", targets: ["RediStackTestUtils"])
|
||||
|
||||
Reference in New Issue
Block a user