File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
"kind" : " remoteSourceControl" ,
15
15
"location" : " https://github.com/grpc/grpc-swift-nio-transport.git" ,
16
16
"state" : {
17
- "revision" : " dac5f358f2ed36cc782f4c5476117398e62cb53c " ,
18
- "version" : " 1.0.2 "
17
+ "revision" : " 9bd1b5b5e31f3fae497e84c2806777899183679b " ,
18
+ "version" : " 1.0.3 "
19
19
}
20
20
},
21
21
{
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ let package = Package(
7
7
dependencies: [
8
8
. package ( url: " https://github.com/grpc/grpc-swift.git " , exact: " 2.1.2 " ) ,
9
9
. package ( url: " https://github.com/grpc/grpc-swift-protobuf.git " , exact: " 1.1.0 " ) ,
10
- . package ( url: " https://github.com/grpc/grpc-swift-nio-transport.git " , exact: " 1.0.2 " ) ,
10
+ . package ( url: " https://github.com/grpc/grpc-swift-nio-transport.git " , exact: " 1.0.3 " ) ,
11
11
. package ( url: " https://github.com/apple/swift-protobuf.git " , from: " 1.28.1 " ) ,
12
12
]
13
13
)
You can’t perform that action at this time.
0 commit comments