Skip to content

Commit 6611ee1

Browse files
authored
Depend on Swift Crypto "1.0.0" ..< "3.0.0" (#183)
1 parent 1017bca commit 6611ee1

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
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
.package(url: "https://github.com/apple/swift-nio.git", from: "2.32.0"),
1717
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.14.1"),
18-
.package(url: "https://github.com/apple/swift-crypto.git", from: "1.0.0"),
18+
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0"),
1919
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.0.0"),
2020
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),
2121
],

0 commit comments

Comments
 (0)