Skip to content

Commit ec2e3c1

Browse files
authored
Merge pull request #904 from joehsieh/bump-swift-crypto-to-3.0.0
Bump swift-crypto to 3.0.0 in Package.swift
2 parents 4bc4a22 + d76032f commit ec2e3c1

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
@@ -270,7 +270,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
270270
.package(url: "https://github.com/apple/swift-tools-support-core.git", branch: relatedDependenciesBranch),
271271
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
272272
.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"),
273+
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
274274
]
275275
} else {
276276
package.dependencies += [

0 commit comments

Comments
 (0)