We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86906d6 commit 07b1bc7Copy full SHA for 07b1bc7
Package.swift
@@ -43,11 +43,11 @@ let products: [Product] = [
43
let dependencies: [Package.Dependency] = [
44
.package(
45
url: "https://github.com/grpc/grpc-swift.git",
46
- exact: "2.0.0-rc.1"
+ from: "2.0.0"
47
),
48
49
url: "https://github.com/grpc/grpc-swift-protobuf.git",
50
- exact: "1.0.0-rc.1"
+ from: "1.0.0"
51
52
53
url: "https://github.com/apple/swift-protobuf.git",
0 commit comments