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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"repositoryURL": "https://github.com/grpc/grpc-swift.git",
1616
"state": {
1717
"branch": null,
18-
"revision": "858f977f2a51fca2292f384cf7a108dc2e73a3bd",
19-
"version": "1.7.2"
18+
"revision": "593fe0fe931f7e838969243cd137be48e8055b1d",
19+
"version": "1.7.3"
2020
}
2121
},
2222
{

Package.swift

+1-1
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

+1-1
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)