Skip to content

Commit 869625d

Browse files
committed
Update to use NIO 2
1 parent 2dd1d30 commit 869625d

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
@@ -9,7 +9,7 @@ let package = Package(
99
],
1010
dependencies: [
1111
.package(url: "https://github.com/apple/swift-log.git", .branch("master")),
12-
.package(url: "https://github.com/apple/swift-nio.git", .branch("master"))
12+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0")
1313
],
1414
targets: [
1515
.target(name: "NIORedis", dependencies: ["NIO", "Logging"]),

0 commit comments

Comments
 (0)