From 287a59f5ec5da8bdaec9d3e275ecb7c171f0297c Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Mon, 2 Dec 2024 15:06:34 -0600 Subject: [PATCH] wip --- Package.swift | 2 +- Package@swift-6.0.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 72648d9d6319..6f531d62f48f 100644 --- a/Package.swift +++ b/Package.swift @@ -28,7 +28,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.2.0"), .package(url: "https://github.com/pointfreeco/swift-navigation", from: "2.2.2"), .package(url: "https://github.com/pointfreeco/swift-perception", from: "1.3.4"), - .package(url: "https://github.com/pointfreeco/swift-sharing", "0.1.1"..<"2.0.0"), + .package(url: "https://github.com/pointfreeco/swift-sharing", "0.1.2"..<"2.0.0"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.3.0"), .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"), .package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0"), diff --git a/Package@swift-6.0.swift b/Package@swift-6.0.swift index 6e4866b5c645..bbccd895f980 100644 --- a/Package@swift-6.0.swift +++ b/Package@swift-6.0.swift @@ -28,7 +28,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.2.0"), .package(url: "https://github.com/pointfreeco/swift-navigation", from: "2.2.2"), .package(url: "https://github.com/pointfreeco/swift-perception", from: "1.3.4"), - .package(url: "https://github.com/pointfreeco/swift-sharing", "0.1.1"..<"2.0.0"), + .package(url: "https://github.com/pointfreeco/swift-sharing", "0.1.2"..<"2.0.0"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.3.0"), .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"), .package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0"),