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",