Skip to content

Commit

Permalink
Update upstream grpc-swift to v1.0.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vyshane committed Jun 10, 2020
1 parent b795fc6 commit b028a84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/grpc/grpc-swift.git",
"state": {
"branch": null,
"revision": "b83ee1ee2caa0660eb02444977b9b6e353c2adbf",
"version": "1.0.0-alpha.12"
"revision": "dca180f7f7f3bdd495d294ca2a463a82b5e33900",
"version": "1.0.0-alpha.13"
}
},
{
Expand All @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/apple/swift-nio-http2.git",
"state": {
"branch": null,
"revision": "b66a08e4bc53ab7c39fb03ab3678132e6ba5d12d",
"version": "1.12.0"
"revision": "c8f952dbc37fe60def17eb15e2c90787ce6ee78a",
"version": "1.12.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
targets: ["CombineGRPC"]),
],
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0-alpha.12"),
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0-alpha.13"),
],
targets: [
.target(
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Status

CombineGRPC depends on Swift gRPC v1.0.0-alpha.12, and integrates with Apple's new Combine framework.
CombineGRPC depends on Swift gRPC v1.0.0-alpha.13, and integrates with Apple's new Combine framework.

## gRPC and Combine, Better Together

Expand Down Expand Up @@ -173,7 +173,7 @@ brew install protobuf
brew install swift-protobuf
```

Next, download the latest version of grpc-swift with NIO support. Currently that means [Swift gRPC 1.0.0-alpha.12](https://github.com/grpc/grpc-swift/releases/tag/1.0.0-alpha.12). Unarchive the downloaded file and build the Swift gRPC plugin by running make in the root directory of the project.
Next, download the latest version of grpc-swift with NIO support. Currently that means [Swift gRPC 1.0.0-alpha.13](https://github.com/grpc/grpc-swift/releases/tag/1.0.0-alpha.13). Unarchive the downloaded file and build the Swift gRPC plugin by running make in the root directory of the project.

```text
make plugin
Expand Down Expand Up @@ -202,7 +202,7 @@ You can add CombineGRPC using Swift Package Manager by listing it as a dependenc

```swift
dependencies: [
.package(url: "https://github.com/vyshane/grpc-swift-combine.git", from: "0.10.0"),
.package(url: "https://github.com/vyshane/grpc-swift-combine.git", from: "0.12.0"),
],
```

Expand Down

0 comments on commit b028a84

Please sign in to comment.