Skip to content

Commit 9231b0d

Browse files
authored
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.
1 parent 658814e commit 9231b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let products: [Product] = [
3131
let dependencies: [Package.Dependency] = [
3232
.package(
3333
url: "https://github.com/grpc/grpc-swift.git",
34-
exact: "2.0.0-alpha.1"
34+
branch: "main"
3535
),
3636
.package(
3737
url: "https://github.com/apple/swift-protobuf.git",

0 commit comments

Comments
 (0)