Skip to content

Commit

Permalink
[DNM] Testing current GRPC/FST with new Abseil bin
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Jul 22, 2024
1 parent e57841b commit 25eda7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,7 @@ func abseilDependency() -> Package.Dependency {
"https://github.com/google/abseil-cpp-binary.git",
"1.2024011601.1" ..< "1.2024011700.0"
)
return .package(url: packageInfo.url, branch: "nc/firestore-pre_rc1")
}

return .package(url: packageInfo.url, packageInfo.range)
Expand All @@ -1441,6 +1442,7 @@ func grpcDependency() -> Package.Dependency {
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.62.3" ..< "1.63.0")
} else {
packageInfo = ("https://github.com/google/grpc-binary.git", "1.62.2" ..< "1.63.0")
return .package(url: packageInfo.url, branch: "ncooke3-patch-1")
}

return .package(url: packageInfo.url, packageInfo.range)
Expand Down

0 comments on commit 25eda7e

Please sign in to comment.