Skip to content

Commit cd61907

Browse files
committed
swift-certificates 0.2.0
1 parent f6e401f commit cd61907

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
@@ -724,7 +724,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
724724
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "2.4.0")),
725725
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
726726
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMinor(from: "1.0.1")),
727-
.package(url: "https://github.com/apple/swift-certificates.git", branch: "main"),
727+
.package(url: "https://github.com/apple/swift-certificates.git", .upToNextMinor(from: "0.2.0")),
728728
]
729729
} else {
730730
package.dependencies += [

0 commit comments

Comments
 (0)