From 2795556eaba15fde694fe3a481e3a1be777616c2 Mon Sep 17 00:00:00 2001 From: George Barnett Date: Fri, 24 Jan 2025 15:59:22 +0000 Subject: [PATCH] Bump dependency versions --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 9595224..cdd9ddc 100644 --- a/Package.swift +++ b/Package.swift @@ -43,11 +43,11 @@ let products: [Product] = [ let dependencies: [Package.Dependency] = [ .package( url: "https://github.com/grpc/grpc-swift.git", - branch: "main" + exact: "2.0.0-rc.1" ), .package( url: "https://github.com/grpc/grpc-swift-protobuf.git", - branch: "main" + exact: "1.0.0-rc.1" ), .package( url: "https://github.com/apple/swift-protobuf.git",