We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593f936 commit 888f930Copy full SHA for 888f930
Package.swift
@@ -25,7 +25,7 @@ let package = Package(
25
.package(url: "https://github.com/NozeIO/swift-nio-irc-webclient.git",
26
from: "0.6.0"),
27
.package(url: "https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git",
28
- .branch("develop")) //from: "0.1.0"),
+ from: "0.1.3")
29
],
30
targets: [
31
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments