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 b413546 commit ad7de6dCopy full SHA for ad7de6d
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", .upToNextMinor(from: "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