Skip to content

Commit 6c98998

Browse files
committed
swift-certificates 0.2.0
1 parent 29f0514 commit 6c98998

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
@@ -750,7 +750,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
750750
.package(url: "https://github.com/apple/swift-crypto.git", exact: "2.4.0"),
751751
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
752752
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMinor(from: "1.0.1")),
753-
.package(url: "https://github.com/apple/swift-certificates.git", branch: "main"),
753+
.package(url: "https://github.com/apple/swift-certificates.git", .upToNextMinor(from: "0.2.0")),
754754
]
755755
} else {
756756
package.dependencies += [

0 commit comments

Comments
 (0)