Skip to content

Commit 098f29d

Browse files
committed
Update upstream grpc-swift to v1.6.0
1 parent b44bc8d commit 098f29d

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Package.resolved

Lines changed: 10 additions & 10 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.5.0")),
19+
.package(url: "https://github.com/grpc/grpc-swift.git", .exact("1.6.0")),
2020
.package(url: "https://github.com/CombineCommunity/CombineExt.git", from: "1.5.1"),
2121
],
2222
targets: [

README.md

Lines changed: 3 additions & 3 deletions
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.5.0/protoc-grpc-swift-plugins-1.5.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.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`.
178178

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

@@ -203,7 +203,7 @@ Add the package dependency to your `Package.swift`:
203203

204204
```swift
205205
dependencies: [
206-
.package(url: "https://github.com/vyshane/grpc-swift-combine.git", from: "1.0.7"),
206+
.package(url: "https://github.com/vyshane/grpc-swift-combine.git", from: "1.0.8"),
207207
],
208208
```
209209

@@ -212,7 +212,7 @@ dependencies: [
212212
Add the following line to your `Podfile`:
213213

214214
```text
215-
pod 'CombineGRPC', '~> 1.0.7'
215+
pod 'CombineGRPC', '~> 1.0.6'
216216
```
217217

218218
## Compatibility

0 commit comments

Comments
 (0)