Skip to content

Commit 43883ef

Browse files
committed
switch back to apple nio ssl
1 parent e0b3341 commit 43883ef

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-nio.git", .branch("master")),
12-
.package(url: "https://github.com/tanner0101/swift-nio-ssl.git", .branch("master")),
12+
.package(url: "https://github.com/apple/swift-nio-ssl.git", .branch("master")),
1313
],
1414
targets: [
1515
.target(name: "CMD5", dependencies: []),

0 commit comments

Comments
 (0)