Skip to content

Commit b549df5

Browse files
authored
Update dependency requirements (#67)
1 parent 3e532b5 commit b549df5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

IntegrationTests/grpc-interop-tests/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ let package = Package(
2424
.package(path: "../.."),
2525
.package(
2626
url: "https://github.com/grpc/grpc-swift-protobuf",
27-
exact: "1.0.0-rc.1"
27+
from: "1.0.0"
2828
),
2929
.package(
3030
url: "https://github.com/grpc/grpc-swift-extras",
31-
exact: "1.0.0-rc.1"
31+
from: "1.0.0"
3232
),
3333
.package(
3434
url: "https://github.com/apple/swift-argument-parser",

IntegrationTests/grpc-performance-tests/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
.package(path: "../.."),
2525
.package(
2626
url: "https://github.com/grpc/grpc-swift-protobuf",
27-
exact: "1.0.0-rc.1"
27+
from: "1.0.0"
2828
),
2929
.package(
3030
url: "https://github.com/apple/swift-argument-parser",

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let products: [Product] = [
3535
let dependencies: [Package.Dependency] = [
3636
.package(
3737
url: "https://github.com/grpc/grpc-swift.git",
38-
exact: "2.0.0-rc.1"
38+
from: "2.0.0"
3939
),
4040
.package(
4141
url: "https://github.com/apple/swift-nio.git",

0 commit comments

Comments
 (0)