Skip to content

Commit

Permalink
Relax dependency requirements (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt authored Jan 31, 2025
1 parent 86906d6 commit c32c03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ let products: [Product] = [
let dependencies: [Package.Dependency] = [
.package(
url: "https://github.com/grpc/grpc-swift.git",
exact: "2.0.0-rc.1"
from: "2.0.0"
),
.package(
url: "https://github.com/grpc/grpc-swift-protobuf.git",
exact: "1.0.0-rc.1"
from: "1.0.0"
),
.package(
url: "https://github.com/apple/swift-protobuf.git",
Expand Down

0 comments on commit c32c03d

Please sign in to comment.