From 2c619d8c03ef127e8c5ce076a0373ee0bf7e5c83 Mon Sep 17 00:00:00 2001 From: Susheel Athmakuri Date: Fri, 4 Aug 2023 11:21:19 +0530 Subject: [PATCH] Lock google-cloud-kit version at 1.0.0-rc.7 until we bump swift-tools and macOS version to 5.7 and v13 respectively As the `google-cloud-kit` repo changed the min version of swift-tools to `5.7` and macOS to `v13`, to avoid build failures, locking the `google-cloud-kit` version to `1.0.0-rc.7`. We can change this once we decide to bump up the versions. --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 5b45a71..c5a3f55 100644 --- a/Package.swift +++ b/Package.swift @@ -29,7 +29,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"), - .package(url: "https://github.com/vapor-community/google-cloud-kit.git", from: "1.0.0-rc.7") + .package(url: "https://github.com/vapor-community/google-cloud-kit.git", .exact("1.0.0-rc.7")), ], targets: [ .target(