use .upToNextMajor
This commit is contained in:
parent
bf2beb7431
commit
62d59d7762
@ -8,7 +8,7 @@ let package = Package(
|
|||||||
.library(name: "SocketIO", targets: ["SocketIO"])
|
.library(name: "SocketIO", targets: ["SocketIO"])
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/nuclearace/Starscream", from: "8.0.0"),
|
.package(url: "https://github.com/nuclearace/Starscream", from: .upToNextMajor(from: "8.0.0")),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(name: "SocketIO", dependencies: ["StarscreamSocketIO"], exclude: ["Sources/Starscream"])
|
.target(name: "SocketIO", dependencies: ["StarscreamSocketIO"], exclude: ["Sources/Starscream"])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user