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