Upgraded swift implementation for grpc (#5843)

Updated version number
This commit is contained in:
mustiikhalil
2020-04-06 20:05:56 +03:00
committed by GitHub
parent fb96fadc20
commit 9655e12d6d
7 changed files with 20 additions and 26 deletions

View File

@@ -12,7 +12,7 @@ let package = Package(
dependencies: [
// Main SwiftNIO package
.package(path: "../../swift"),
.package(url: "https://github.com/grpc/grpc-swift.git", .branch("nio"))
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0-alpha.9")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.