Skip to content

Commit 805934c

Browse files
committed
Update upstream grpc-swift to v1.7.3
1 parent 1b77832 commit 805934c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
targets: ["CombineGRPC"]),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/grpc/grpc-swift.git", .exact("1.7.2")),
19+
.package(url: "https://github.com/grpc/grpc-swift.git", .exact("1.7.3")),
2020
.package(url: "https://github.com/CombineCommunity/CombineExt.git", from: "1.5.1"),
2121
],
2222
targets: [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ To generate Swift code from your .proto files, you'll need to first install the
174174
brew install protobuf
175175
```
176176

177-
Next, download the [swift and grpc-swift protoc plugins](https://github.com/grpc/grpc-swift/releases/download/1.7.2/protoc-grpc-swift-plugins-1.7.2.zip). Unarchive the downloaded file and move the binaries from the `bin/` directory to somewhere in your `$PATH`.
177+
Next, download the [swift and grpc-swift protoc plugins](https://github.com/grpc/grpc-swift/releases/download/1.7.3/protoc-grpc-swift-plugins-1.7.3.zip). Unarchive the downloaded file and move the binaries from the `bin/` directory to somewhere in your `$PATH`.
178178

179179
Now you are ready to generate Swift code from protobuf interface definition files.
180180

0 commit comments

Comments
 (0)