Skip to content

Commit 8beb947

Browse files
authored
Update to swift-crypto 2.0.3 (#3943)
Tested BoringSSL changes with `swift:5.5-focal` docker image.
1 parent b057481 commit 8beb947

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
@@ -54,7 +54,7 @@ automatic linking type with `-auto` suffix appended to product's name.
5454
let autoProducts = [swiftPMProduct, swiftPMDataModelProduct]
5555

5656
let useSwiftCryptoV2 = ProcessInfo.processInfo.environment["SWIFTPM_USE_SWIFT_CRYPTO_V2"] != nil
57-
let minimumCryptoVersion: Version = useSwiftCryptoV2 ? "2.0.2" : "1.1.4"
57+
let minimumCryptoVersion: Version = useSwiftCryptoV2 ? "2.0.3" : "1.1.4"
5858
var swiftSettings: [SwiftSetting] = []
5959
if useSwiftCryptoV2 {
6060
swiftSettings.append(.define("CRYPTO_v2"))

0 commit comments

Comments
 (0)