Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
Use patched version of StarScream
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Mar 4, 2021
1 parent 9db228b commit 4273783
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
15 changes: 3 additions & 12 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
},
{
"package": "Starscream",
"repositoryURL": "https://github.com/daltoniam/Starscream",
"repositoryURL": "https://github.com/tesseract-one/Starscream",
"state": {
"branch": null,
"revision": "e6b65c6d9077ea48b4a7bdda8994a1d3c6969c8d",
"version": "3.1.1"
"revision": "44e25dd0af700a4da61d293eca8a4e1b90da97fc",
"version": null
}
},
{
Expand All @@ -55,15 +55,6 @@
"version": "0.3.2"
}
},
{
"package": "swift-nio-zlib-support",
"repositoryURL": "https://github.com/apple/swift-nio-zlib-support.git",
"state": {
"branch": null,
"revision": "37760e9a52030bb9011972c5213c3350fa9d41fd",
"version": "1.0.0"
}
},
{
"package": "SwiftMsgPack",
"repositoryURL": "https://github.com/rinsuki/SwiftMsgPack",
Expand Down
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ let package = Package(
.package(url: "https://github.com/rinsuki/SwiftMsgPack", .branch("implement/handling-nsnull")),
.package(name: "Gzip", url: "https://github.com/rinsuki/GzipSwift", .branch("support-windows")),
.package(name: "SocketIO", url: "https://github.com/socketio/socket.io-client-swift", from: "15.2.0"),
.package(url: "https://github.com/tesseract-one/Starscream", .revision("44e25dd0af700a4da61d293eca8a4e1b90da97fc")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 4273783

Please sign in to comment.