We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gRPC Swift NIO Transport
1 parent 79d1820 commit 7cfd31fCopy full SHA for 7cfd31f
Package.swift
@@ -36,7 +36,7 @@ let package = Package(
36
dependencies: [
37
.package(url: "https://github.com/grpc/grpc-swift-2.git", exact: "2.1.0"),
38
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "2.1.1"),
39
- .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.1.1"),
+ .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.2.0"),
40
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),
41
],
42
targets: [
0 commit comments