From 2c06e9afb7fc948b40012feab8709759ac84dd89 Mon Sep 17 00:00:00 2001 From: "Sven A. Schmidt" Date: Fri, 16 May 2025 09:40:53 +0200 Subject: [PATCH] Widen swift-crypto version range --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 9fbb3157f9b..f30f53688f5 100644 --- a/Package.swift +++ b/Package.swift @@ -1065,7 +1065,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil { // dependency version changes here with those projects. .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.4.0")), .package(url: "https://github.com/swiftlang/swift-driver.git", branch: relatedDependenciesBranch), - .package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "3.0.0")), + .package(url: "https://github.com/apple/swift-crypto.git", "3.0.0" ..< "3.13.0"), .package(url: "https://github.com/swiftlang/swift-syntax.git", branch: relatedDependenciesBranch), .package(url: "https://github.com/apple/swift-system.git", from: "1.1.1"), .package(url: "https://github.com/apple/swift-collections.git", "1.0.1" ..< "1.2.0"),