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 parent aa681bd commit 6814c34Copy full SHA for 6814c34
Package.swift
@@ -353,7 +353,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
353
// dependency version changes here with those projects.
354
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")),
355
.package(url: "https://github.com/apple/swift-driver.git", .branch(relatedDependenciesBranch)),
356
- .package(url: "https://github.com/apple/swift-crypto.git", .branch(relatedDependenciesBranch)),
+ .package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "1.1.4")),
357
]
358
} else {
359
package.dependencies += [
0 commit comments