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 768985a commit 390183cCopy full SHA for 390183c
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
- branch: "main"
+ exact: "2.0.0-beta.3"
35
),
36
37
url: "https://github.com/apple/swift-protobuf.git",
0 commit comments