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