|
|
@@ -24,11 +24,11 @@ let package = Package(
|
|
|
.package(path: "../.."),
|
|
|
.package(
|
|
|
url: "https://github.com/grpc/grpc-swift-protobuf",
|
|
|
- exact: "1.0.0-rc.1"
|
|
|
+ from: "1.0.0"
|
|
|
),
|
|
|
.package(
|
|
|
url: "https://github.com/grpc/grpc-swift-extras",
|
|
|
- exact: "1.0.0-rc.1"
|
|
|
+ from: "1.0.0"
|
|
|
),
|
|
|
.package(
|
|
|
url: "https://github.com/apple/swift-argument-parser",
|