From dac6486440f1fcf0c28edd8b1738791da9f9c2d7 Mon Sep 17 00:00:00 2001 From: George Barnett Date: Fri, 31 Jan 2025 13:00:01 +0000 Subject: [PATCH] Relax dependency requirements --- IntegrationTests/PluginTests/Resources/Package.swift | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IntegrationTests/PluginTests/Resources/Package.swift b/IntegrationTests/PluginTests/Resources/Package.swift index e05ae1b..9c13aaa 100644 --- a/IntegrationTests/PluginTests/Resources/Package.swift +++ b/IntegrationTests/PluginTests/Resources/Package.swift @@ -31,7 +31,7 @@ let package = Package( .package( url: "https://github.com/grpc/grpc-swift.git", - exact: "2.0.0-rc.1" + from: "2.0.0" ) ], targets: [ diff --git a/Package.swift b/Package.swift index ca66a13..86a175b 100644 --- a/Package.swift +++ b/Package.swift @@ -35,7 +35,7 @@ let products: [Product] = [ let dependencies: [Package.Dependency] = [ .package( url: "https://github.com/grpc/grpc-swift.git", - exact: "2.0.0-rc.1" + from: "2.0.0" ), .package( url: "https://github.com/apple/swift-protobuf.git",