We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658814e commit 342e1dcCopy full SHA for 342e1dc
Package.swift
@@ -31,7 +31,7 @@ let products: [Product] = [
31
let dependencies: [Package.Dependency] = [
32
.package(
33
url: "https://github.com/grpc/grpc-swift.git",
34
- exact: "2.0.0-alpha.1"
+ branch: "main"
35
),
36
37
url: "https://github.com/apple/swift-protobuf.git",
0 commit comments