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.
2 parents 4bc4a22 + d76032f commit ec2e3c1Copy full SHA for ec2e3c1
Package.swift
@@ -270,7 +270,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
270
.package(url: "https://github.com/apple/swift-tools-support-core.git", branch: relatedDependenciesBranch),
271
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
272
.package(url: "https://github.com/apple/swift-syntax.git", branch: relatedDependenciesBranch),
273
- .package(url: "https://github.com/apple/swift-crypto.git", from: "2.5.0"),
+ .package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
274
]
275
} else {
276
package.dependencies += [
0 commit comments