Skip to content

Commit 259f3eb

Browse files
authored
Bump swift-certificate to 0.4.1 (#6466)
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 f9fda6d commit 259f3eb

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
@@ -741,7 +741,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
741741
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "2.5.0")),
742742
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
743743
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMinor(from: "1.0.1")),
744-
.package(url: "https://github.com/apple/swift-certificates.git", .upToNextMinor(from: "0.4.0")),
744+
.package(url: "https://github.com/apple/swift-certificates.git", .upToNextMinor(from: "0.4.1")),
745745
]
746746
} else {
747747
package.dependencies += [

0 commit comments

Comments
 (0)