Skip to content

Commit ca9dfd0

Browse files
authored
Merge pull request #2 from glbrntt/empty
Fix package manifest
2 parents d338222 + 567f8b3 commit ca9dfd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ let products: [Product] = [
3030

3131
let dependencies: [Package.Dependency] = [
3232
.package(
33-
path: "/Users/georgebarnett/workspace/scratch/grpc-swift-project/grpc-swift"
33+
url: "https://github.com/grpc/grpc-swift.git",
34+
branch: "main"
3435
),
3536
.package(
3637
url: "https://github.com/apple/swift-protobuf.git",

0 commit comments

Comments
 (0)