Skip to content

Commit 6814c34

Browse files
authored
Update swift-crypto dependency to use version instead of main (#3282)
[swift-crypto v1.1.4](https://github.com/apple/swift-crypto/releases/tag/1.1.4) has all the changes we need and we can pin to that version instead of `main`.
1 parent aa681bd commit 6814c34

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
@@ -353,7 +353,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
353353
// dependency version changes here with those projects.
354354
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")),
355355
.package(url: "https://github.com/apple/swift-driver.git", .branch(relatedDependenciesBranch)),
356-
.package(url: "https://github.com/apple/swift-crypto.git", .branch(relatedDependenciesBranch)),
356+
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "1.1.4")),
357357
]
358358
} else {
359359
package.dependencies += [

0 commit comments

Comments
 (0)