Skip to content

Commit f8332d9

Browse files
committed
Update upstream grpc-swift to v1.0.0-alpha.20
1 parent ba5e652 commit f8332d9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CombineGRPC.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |spec|
1818
spec.tvos.deployment_target = "13.0"
1919
spec.source_files = 'Sources/CombineGRPC/**/*.swift'
2020

21-
spec.dependency "gRPC-Swift", "1.0.0-alpha.19"
21+
spec.dependency "gRPC-Swift", "1.0.0-alpha.20"
2222
spec.dependency "CombineExt", "1.2.0"
2323

2424
end

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": "640b0ef1d0be63bda0ada86786cfda678ab2aae9",
19-
"version": "1.0.0-alpha.19"
18+
"revision": "e2e138df61dcbfc2dc1cf284fdab6f983539ab48",
19+
"version": "1.0.0-alpha.20"
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.0.0-alpha.19")),
19+
.package(url: "https://github.com/grpc/grpc-swift.git", .exact("1.0.0-alpha.20")),
2020
.package(url: "https://github.com/CombineCommunity/CombineExt.git", from: "1.2.0"),
2121
],
2222
targets: [

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ To generate Swift code from your .proto files, you'll need to first install the
168168
brew install protobuf
169169
```
170170

171-
Next, download the swift and grpc-swift protoc plugins from the the latest version of grpc-swift. Currently that means [protoc-grpc-swift-plugins-1.0.0-alpha.19.zip
172-
](https://github.com/grpc/grpc-swift/releases/download/1.0.0-alpha.19/protoc-grpc-swift-plugins-1.0.0-alpha.19.zip). Unarchive the downloaded file and move the binaries from the `bin/` directory somewhere in your `$PATH`.
171+
Next, download the swift and grpc-swift protoc plugins from the the latest version of grpc-swift. Currently that means [protoc-grpc-swift-plugins-1.0.0-alpha.20.zip
172+
](https://github.com/grpc/grpc-swift/releases/download/1.0.0-alpha.20/protoc-grpc-swift-plugins-1.0.0-alpha.20.zip). Unarchive the downloaded file and move the binaries from the `bin/` directory somewhere in your `$PATH`.
173173

174174
Now you are ready to generate Swift code from protobuf interface definition files.
175175

0 commit comments

Comments
 (0)