Skip to content

Commit

Permalink
Merge pull request #2 from glbrntt/empty
Browse files Browse the repository at this point in the history
Fix package manifest
  • Loading branch information
glbrntt authored Sep 20, 2024
2 parents d338222 + 567f8b3 commit ca9dfd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ let products: [Product] = [

let dependencies: [Package.Dependency] = [
.package(
path: "/Users/georgebarnett/workspace/scratch/grpc-swift-project/grpc-swift"
url: "https://github.com/grpc/grpc-swift.git",
branch: "main"
),
.package(
url: "https://github.com/apple/swift-protobuf.git",
Expand Down

0 comments on commit ca9dfd0

Please sign in to comment.