From e593aba2c6222daad7c4f2732a431eed2c09bb07 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Mon, 4 Mar 2024 14:37:18 -0800 Subject: [PATCH] Bump swift-syntax to 5.10.0 (#151) * wip * wip --- Package.resolved | 22 +++++++++++----------- Package@swift-5.9.swift | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Package.resolved b/Package.resolved index 241a3708..efaef9c5 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-argument-parser", "state" : { - "revision" : "fee6933f37fde9a5e12a1e4aeaa93fe60116ff2a", - "version" : "1.2.2" + "revision" : "c8ed701b513cf5177118a175d85fbbbcd707ab41", + "version" : "1.3.0" } }, { @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-macro-testing", "state" : { - "revision" : "0d03f14ecb95270d9df35689a1cb9b188cb8690e", - "version" : "0.2.0" + "revision" : "90e38eec4bf661ec0da1bbfd3ec507d0f0c05310", + "version" : "0.3.0" } }, { @@ -50,17 +50,17 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "506b6052384d8e97a4bb16fe8680325351c23c64", - "version" : "1.14.0" + "revision" : "5b0c434778f2c1a4c9b5ebdb8682b28e84dd69bd", + "version" : "1.15.4" } }, { "identity" : "swift-syntax", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-syntax.git", + "location" : "https://github.com/apple/swift-syntax", "state" : { - "revision" : "74203046135342e4a4a627476dd6caf8b28fe11b", - "version" : "509.0.0" + "revision" : "08a2f0a9a30e0f705f79c9cfaca1f68b71bdc775", + "version" : "510.0.0" } }, { @@ -68,8 +68,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "23cbf2294e350076ea4dbd7d5d047c1e76b03631", - "version" : "1.0.2" + "revision" : "b58e6627149808b40634c4552fcf2f44d0b3ca87", + "version" : "1.1.0" } } ], diff --git a/Package@swift-5.9.swift b/Package@swift-5.9.swift index aaa600dd..3e6dd9fc 100644 --- a/Package@swift-5.9.swift +++ b/Package@swift-5.9.swift @@ -19,7 +19,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/google/swift-benchmark", from: "0.1.0"), - .package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"), + .package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"511.0.0"), .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.2.0"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"), ],