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 44b2b6f commit e1329acCopy full SHA for e1329ac
IntegrationTests/PluginTests/Resources/Package.swift
@@ -31,7 +31,7 @@ let package = Package(
31
32
.package(
33
url: "https://github.com/grpc/grpc-swift.git",
34
- branch: "main"
+ exact: "2.0.0-rc.1"
35
)
36
],
37
targets: [
Package.swift
@@ -35,7 +35,7 @@ let products: [Product] = [
let dependencies: [Package.Dependency] = [
38
39
),
40
41
url: "https://github.com/apple/swift-protobuf.git",
0 commit comments