Browse Source

Depend on `grpc-swift/main` (#9)

## Motivation
We should depend on `grpc-swift/main` for now to make sure that
everything works cross-package.

## Modifications
This PR changes `grpc-swift-protobuf` to depend on `main` for
`grpc-swift`. It also fixes some tests as a result of adding the
cancellation handler to the API.

## Result
`grpc-swift-extras` builds with the latest `grpc-swift` changes.
Gus Cairo 1 year ago
parent
commit
9231b0df82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

@@ -31,7 +31,7 @@ let products: [Product] = [
 let dependencies: [Package.Dependency] = [
   .package(
     url: "https://github.com/grpc/grpc-swift.git",
-    exact: "2.0.0-alpha.1"
+    branch: "main"
   ),
   .package(
     url: "https://github.com/apple/swift-protobuf.git",