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 Protobuf
gRPC Swift NIO Transport
1 parent 401107c commit cb08c76Copy full SHA for cb08c76
Package.swift
@@ -35,8 +35,8 @@ let package = Package(
35
],
36
dependencies: [
37
.package(url: "https://github.com/grpc/grpc-swift.git", from: "2.1.2"),
38
- .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", from: "1.1.0"),
39
- .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "1.0.2"),
+ .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", from: "1.2.0"),
+ .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "1.0.3"),
40
.package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.9.0"),
41
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),
42
0 commit comments