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 968f4dc commit 60fc47bCopy full SHA for 60fc47b
Examples/hello-world/Package.swift
@@ -22,7 +22,7 @@ let package = Package(
22
platforms: [.macOS("15.0")],
23
dependencies: [
24
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.0.0-rc.1"),
25
- .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "2.0.0-rc.1"),
+ .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.0.0-rc.1"),
26
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.0.0-rc.1"),
27
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
28
],
0 commit comments