Skip to content

Commit c32c03d

Browse files
authored
Relax dependency requirements (#36)
1 parent 86906d6 commit c32c03d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ let products: [Product] = [
4343
let dependencies: [Package.Dependency] = [
4444
.package(
4545
url: "https://github.com/grpc/grpc-swift.git",
46-
exact: "2.0.0-rc.1"
46+
from: "2.0.0"
4747
),
4848
.package(
4949
url: "https://github.com/grpc/grpc-swift-protobuf.git",
50-
exact: "1.0.0-rc.1"
50+
from: "1.0.0"
5151
),
5252
.package(
5353
url: "https://github.com/apple/swift-protobuf.git",

0 commit comments

Comments
 (0)