Bump grpc to 1.0.0 (#6507)

Adds void to keywords
This commit is contained in:
mustiikhalil
2021-03-09 10:56:06 +03:00
committed by GitHub
parent b240ab704d
commit fc4fffea41
3 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -127,6 +127,7 @@ class SwiftGenerator : public BaseGenerator {
"unowned",
"weak",
"willSet",
"Void",
nullptr,
};
for (auto kw = keywords; *kw; kw++) keywords_.insert(*kw);

View File

@@ -25,7 +25,7 @@ let package = Package(
],
dependencies: [
.package(path: "../../swift/"),
.package(url: "https://github.com/grpc/grpc-swift.git", .exact("1.0.0-alpha.24")),
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0"),
],
targets: [
.target(name: "SwiftFlatBuffers"),