We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565a6ab commit 31d36d5Copy full SHA for 31d36d5
Package.swift
@@ -14,7 +14,7 @@ let package = Package(
14
dependencies: [
15
.package(url: "https://github.com/apple/swift-nio.git", from: "2.73.0"),
16
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
17
- .package(url: "https://github.com/Local-Connectivity-Lab/websocket-kit.git", branch: "main")
+ .package(url: "https://github.com/Local-Connectivity-Lab/websocket-kit.git", from: "1.0.0")
18
],
19
targets: [
20
.target(
0 commit comments