Skip to content

Commit 60fc47b

Browse files
committed
Fix grpc-swift-protobuf version in hello-world example
1 parent 968f4dc commit 60fc47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/hello-world/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
platforms: [.macOS("15.0")],
2323
dependencies: [
2424
.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"),
25+
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.0.0-rc.1"),
2626
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.0.0-rc.1"),
2727
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
2828
],

0 commit comments

Comments
 (0)