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 787472f commit c29e0f6Copy full SHA for c29e0f6
Package.swift
@@ -35,11 +35,11 @@ let products: [Product] = [
35
let dependencies: [Package.Dependency] = [
36
.package(
37
url: "https://github.com/grpc/grpc-swift.git",
38
- branch: "main"
+ exact: "2.0.0-beta.1"
39
),
40
41
url: "https://github.com/grpc/grpc-swift-protobuf.git",
42
+ exact: "1.0.0-beta.1"
43
44
45
url: "https://github.com/apple/swift-protobuf.git",
0 commit comments