From a610f726bcac897a4d7818b78b6dd5868b142092 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Fri, 30 Jan 2026 15:51:37 +0000 Subject: [PATCH] Require swift-configuration 1.0.2 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 3edd6275..e377c5b1 100644 --- a/Package.swift +++ b/Package.swift @@ -35,7 +35,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-async-algorithms.git", from: "1.0.2"), .package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.0"), .package(url: "https://github.com/apple/swift-collections.git", from: "1.0.0"), - .package(url: "https://github.com/apple/swift-configuration.git", from: "1.0.0", traits: []), + .package(url: "https://github.com/apple/swift-configuration.git", from: "1.0.2", traits: []), .package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.3.0"), .package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),