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.0.0" ..< "3.0.0"
1 parent 1017bca commit 6611ee1Copy full SHA for 6611ee1
Package.swift
@@ -15,7 +15,7 @@ let package = Package(
15
dependencies: [
16
.package(url: "https://github.com/apple/swift-nio.git", from: "2.32.0"),
17
.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"),
+ .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0"),
19
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.0.0"),
20
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),
21
],
0 commit comments