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 b057481 commit 8beb947Copy full SHA for 8beb947
Package.swift
@@ -54,7 +54,7 @@ automatic linking type with `-auto` suffix appended to product's name.
54
let autoProducts = [swiftPMProduct, swiftPMDataModelProduct]
55
56
let useSwiftCryptoV2 = ProcessInfo.processInfo.environment["SWIFTPM_USE_SWIFT_CRYPTO_V2"] != nil
57
-let minimumCryptoVersion: Version = useSwiftCryptoV2 ? "2.0.2" : "1.1.4"
+let minimumCryptoVersion: Version = useSwiftCryptoV2 ? "2.0.3" : "1.1.4"
58
var swiftSettings: [SwiftSetting] = []
59
if useSwiftCryptoV2 {
60
swiftSettings.append(.define("CRYPTO_v2"))
0 commit comments