Skip to content

Commit bdfb9a5

Browse files
authored
Bump swift-certificate to 0.4.1 (#6465)
Motivation: Windows build is broken due to `CoreFoundation` usage in `swift-certificates`. Modifications: apple/swift-certificates#72 is the patch so update to that.
1 parent a5d1e8d commit bdfb9a5

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
@@ -754,7 +754,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
754754
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "2.5.0")),
755755
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
756756
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMinor(from: "1.0.1")),
757-
.package(url: "https://github.com/apple/swift-certificates.git", .upToNextMinor(from: "0.4.0")),
757+
.package(url: "https://github.com/apple/swift-certificates.git", .upToNextMinor(from: "0.4.1")),
758758
]
759759
} else {
760760
package.dependencies += [

0 commit comments

Comments
 (0)