Skip to content

Commit 02148e0

Browse files
committed
Update swift-crypto dependency to use version instead of main
[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 9bdf674 commit 02148e0

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
@@ -323,7 +323,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
323323
// dependency version changes here with those projects.
324324
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")),
325325
.package(url: "https://github.com/apple/swift-driver.git", .branch(relatedDependenciesBranch)),
326-
.package(url: "https://github.com/apple/swift-crypto.git", .branch(relatedDependenciesBranch)),
326+
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "1.1.4")),
327327
]
328328
} else {
329329
package.dependencies += [

0 commit comments

Comments
 (0)