We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f0514 commit 6c98998Copy full SHA for 6c98998
Package.swift
@@ -750,7 +750,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
750
.package(url: "https://github.com/apple/swift-crypto.git", exact: "2.4.0"),
751
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
752
.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"),
+ .package(url: "https://github.com/apple/swift-certificates.git", .upToNextMinor(from: "0.2.0")),
754
]
755
} else {
756
package.dependencies += [
0 commit comments