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 f6e401f commit cd61907Copy full SHA for cd61907
Package.swift
@@ -724,7 +724,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
724
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "2.4.0")),
725
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
726
.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"),
+ .package(url: "https://github.com/apple/swift-certificates.git", .upToNextMinor(from: "0.2.0")),
728
]
729
} else {
730
package.dependencies += [
0 commit comments