Skip to content

Commit ed9376a

Browse files
committed
Update upstream grpc-swift to v1.6.1
1 parent fa385e9 commit ed9376a

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": "c48b15ec8633272d93393913b3e4bc75d1a27195",
19-
"version": "1.6.0"
18+
"revision": "5cc08ebf77e68598bfe4c793927d0f2838598607",
19+
"version": "1.6.1"
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.6.0")),
19+
.package(url: "https://github.com/grpc/grpc-swift.git", .exact("1.6.1")),
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.6.0/protoc-grpc-swift-plugins-1.6.0.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.6.1/protoc-grpc-swift-plugins-1.6.1.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)