File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ let package = Package(
24
24
. package ( path: " ../.. " ) ,
25
25
. package (
26
26
url: " https://github.com/grpc/grpc-swift-protobuf " ,
27
- exact : " 1.0.0-rc.1 "
27
+ from : " 1.0.0 "
28
28
) ,
29
29
. package (
30
30
url: " https://github.com/grpc/grpc-swift-extras " ,
31
- exact : " 1.0.0-rc.1 "
31
+ from : " 1.0.0 "
32
32
) ,
33
33
. package (
34
34
url: " https://github.com/apple/swift-argument-parser " ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ let package = Package(
24
24
. package ( path: " ../.. " ) ,
25
25
. package (
26
26
url: " https://github.com/grpc/grpc-swift-protobuf " ,
27
- exact : " 1.0.0-rc.1 "
27
+ from : " 1.0.0 "
28
28
) ,
29
29
. package (
30
30
url: " https://github.com/apple/swift-argument-parser " ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ let products: [Product] = [
35
35
let dependencies : [ Package . Dependency ] = [
36
36
. package (
37
37
url: " https://github.com/grpc/grpc-swift.git " ,
38
- exact : " 2.0.0-rc.1 "
38
+ from : " 2.0.0 "
39
39
) ,
40
40
. package (
41
41
url: " https://github.com/apple/swift-nio.git " ,
You can’t perform that action at this time.
0 commit comments