Skip to content

Commit 567f8b3

Browse files
committed
Fix manifest
1 parent 47d9ccd commit 567f8b3

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)