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 869fe81 commit 2795556Copy full SHA for 2795556
Package.swift
@@ -43,11 +43,11 @@ let products: [Product] = [
43
let dependencies: [Package.Dependency] = [
44
.package(
45
url: "https://github.com/grpc/grpc-swift.git",
46
- branch: "main"
+ exact: "2.0.0-rc.1"
47
),
48
49
url: "https://github.com/grpc/grpc-swift-protobuf.git",
50
+ exact: "1.0.0-rc.1"
51
52
53
url: "https://github.com/apple/swift-protobuf.git",
0 commit comments