File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ let package = Package(
21
21
name: " echo " ,
22
22
platforms: [ . macOS( " 15.0 " ) ] ,
23
23
dependencies: [
24
- . package ( url: " https://github.com/grpc/grpc-swift-protobuf " , branch : " main " ) ,
25
- . package ( url: " https://github.com/grpc/grpc-swift-nio-transport " , branch: " main " ) ,
24
+ . package ( url: " https://github.com/grpc/grpc-swift-protobuf " , exact : " 1.0.0-alpha.1 " ) ,
25
+ . package ( url: " https://github.com/grpc/grpc-swift-nio-transport " , branch: " 1.0.0-alpha.1 " ) ,
26
26
. package ( url: " https://github.com/apple/swift-argument-parser " , from: " 1.5.0 " ) ,
27
27
] ,
28
28
targets: [
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ let package = Package(
21
21
name: " hello-world " ,
22
22
platforms: [ . macOS( " 15.0 " ) ] ,
23
23
dependencies: [
24
- . package ( url: " https://github.com/grpc/grpc-swift-protobuf " , branch : " main " ) ,
25
- . package ( url: " https://github.com/grpc/grpc-swift-nio-transport " , branch : " main " ) ,
24
+ . package ( url: " https://github.com/grpc/grpc-swift-protobuf " , exact : " 1.0.0-alpha.1 " ) ,
25
+ . package ( url: " https://github.com/grpc/grpc-swift-nio-transport " , exact : " 1.0.0-alpha.1 " ) ,
26
26
. package ( url: " https://github.com/apple/swift-argument-parser " , from: " 1.5.0 " ) ,
27
27
] ,
28
28
targets: [
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ let package = Package(
21
21
name: " route-guide " ,
22
22
platforms: [ . macOS( " 15.0 " ) ] ,
23
23
dependencies: [
24
- . package ( url: " https://github.com/grpc/grpc-swift-protobuf " , branch : " main " ) ,
25
- . package ( url: " https://github.com/grpc/grpc-swift-nio-transport " , branch : " main " ) ,
24
+ . package ( url: " https://github.com/grpc/grpc-swift-protobuf " , exact : " 1.0.0-alpha.1 " ) ,
25
+ . package ( url: " https://github.com/grpc/grpc-swift-nio-transport " , exact : " 1.0.0-alpha.1 " ) ,
26
26
. package ( url: " https://github.com/apple/swift-argument-parser " , from: " 1.5.0 " ) ,
27
27
] ,
28
28
targets: [
You can’t perform that action at this time.
0 commit comments