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 5a22431 commit 0cc94ccCopy full SHA for 0cc94cc
Package.swift
@@ -39,11 +39,11 @@ let products: [Product] = [
39
let dependencies: [Package.Dependency] = [
40
.package(
41
url: "https://github.com/grpc/grpc-swift.git",
42
- branch: "main"
+ exact: "2.0.0-beta.3"
43
),
44
45
url: "https://github.com/grpc/grpc-swift-protobuf.git",
46
+ exact: "1.0.0-beta.3"
47
48
49
url: "https://github.com/apple/swift-protobuf.git",
0 commit comments