Skip to content

Commit

Permalink
Depend on grpc-swift/main (#9)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
gjcairo authored Oct 15, 2024
1 parent 658814e commit 9231b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9231b0d

Please sign in to comment.