From 7cc1b65f82bb39749b43559729714a7197a88d74 Mon Sep 17 00:00:00 2001 From: Simon Leeb <52261246+sliemeobn@users.noreply.github.com> Date: Fri, 8 May 2026 19:32:01 +0200 Subject: [PATCH] pin swift-collections to 1.4 for now --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 4cd3705..66d28db 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/swiftwasm/JavaScriptKit", .upToNextMinor(from: "0.50.0")), .package(url: "https://github.com/elementary-swift/elementary", from: "0.7.0"), - .package(url: "https://github.com/apple/swift-collections", from: "1.4.0", traits: ["UnstableContainersPreview"]), + .package(url: "https://github.com/apple/swift-collections", .upToNextMinor(from: "1.4.0"), traits: ["UnstableContainersPreview"]), .package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"604.0.0"), ], targets: [