Skip to content

Commit 2874779

Browse files
committed
Update upstream grpc-swift to v1.7.1
1 parent ed9376a commit 2874779

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Package.resolved

+4-4
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": "5cc08ebf77e68598bfe4c793927d0f2838598607",
19-
"version": "1.6.1"
18+
"revision": "d7961746769616d0b81bda771de5648ebfa1abf9",
19+
"version": "1.7.1"
2020
}
2121
},
2222
{
@@ -51,8 +51,8 @@
5151
"repositoryURL": "https://github.com/apple/swift-nio-http2.git",
5252
"state": {
5353
"branch": null,
54-
"revision": "326f7f9a8c8c8402e3691adac04911cac9f9d87f",
55-
"version": "1.18.4"
54+
"revision": "000ca94f9de92c95b9ac85d44600b7b0fe25a3e5",
55+
"version": "1.19.2"
5656
}
5757
},
5858
{

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

README.md

+2-2
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.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`.
177+
Next, download the [swift and grpc-swift protoc plugins](https://github.com/grpc/grpc-swift/releases/download/1.7.1/protoc-grpc-swift-plugins-1.7.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

@@ -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.8"),
206+
.package(url: "https://github.com/vyshane/grpc-swift-combine.git", from: "1.0.10"),
207207
],
208208
```
209209

0 commit comments

Comments
 (0)