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 755f631 commit ed106a9Copy full SHA for ed106a9
Package.swift
@@ -8,7 +8,7 @@ let package = Package(
8
.library(name: "NIORedis", targets: ["NIORedis"])
9
],
10
dependencies: [
11
- .package(url: "https://github.com/apple/swift-log.git", .branch("master")),
+ .package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
12
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0")
13
14
targets: [
0 commit comments