|
@@ -35,7 +35,7 @@ let products: [Product] = [
|
|
|
let dependencies: [Package.Dependency] = [
|
|
let dependencies: [Package.Dependency] = [
|
|
|
.package(
|
|
.package(
|
|
|
url: "https://github.com/grpc/grpc-swift.git",
|
|
url: "https://github.com/grpc/grpc-swift.git",
|
|
|
- exact: "2.0.0-rc.1"
|
|
|
|
|
|
|
+ from: "2.0.0"
|
|
|
),
|
|
),
|
|
|
.package(
|
|
.package(
|
|
|
url: "https://github.com/apple/swift-protobuf.git",
|
|
url: "https://github.com/apple/swift-protobuf.git",
|