Skip to content

Commit ed106a9

Browse files
committed
Update to use official release of SwiftLog
1 parent 755f631 commit ed106a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(name: "NIORedis", targets: ["NIORedis"])
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/apple/swift-log.git", .branch("master")),
11+
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1212
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0")
1313
],
1414
targets: [

0 commit comments

Comments
 (0)