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 5
5
"kind" : " remoteSourceControl" ,
6
6
"location" : " https://github.com/The-Igor/async-http-client.git" ,
7
7
"state" : {
8
- "branch " : " main " ,
9
- "revision " : " 156bb8d3d5bfa6d983060b95c4d0a1d10de29e4b "
8
+ "revision " : " 156bb8d3d5bfa6d983060b95c4d0a1d10de29e4b " ,
9
+ "version " : " 1.4.0 "
10
10
}
11
11
},
12
12
{
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ let package = Package(
14
14
] ,
15
15
dependencies: [
16
16
// Dependencies declare other packages that this package depends on.
17
- . package ( url: " https://github.com/The-Igor/async-http-client.git " , branch : " main " )
17
+ . package ( url: " https://github.com/The-Igor/async-http-client.git " , from : " 1.4.0 " )
18
18
] ,
19
19
targets: [
20
20
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
You can’t perform that action at this time.
0 commit comments