File tree 2 files changed +4
-4
lines changed
Examples/HelloWorldHummingbird
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "originHash" : " 1f7541443d71102242262e529437bff9041ff786639686ffd1c881fab4618aa7 " ,
2
+ "originHash" : " eb2fa5014f235a5a955cc6996c639069e9b2399d72011e4aa4c030c54ec8bf40 " ,
3
3
"pins" : [
4
4
{
5
5
"identity" : " async-http-client" ,
15
15
"kind" : " remoteSourceControl" ,
16
16
"location" : " https://github.com/hummingbird-project/hummingbird.git" ,
17
17
"state" : {
18
- "revision " : " d4f792d209f02b26a17c0105751220da65207fb2 " ,
19
- "version " : " 2.0.1 "
18
+ "branch " : " main " ,
19
+ "revision " : " 913e6a0b4bd9c1c0efd399cd870c47187e74d00e "
20
20
}
21
21
},
22
22
{
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ let package = Package(
20
20
name: " hello-world " ,
21
21
platforms: [ . macOS( . v14) ] ,
22
22
dependencies: [
23
- . package ( url: " https://github.com/hummingbird-project/hummingbird.git " , from : " 2.0.0 " ) ,
23
+ . package ( url: " https://github.com/hummingbird-project/hummingbird.git " , branch : " main " ) ,
24
24
. package ( url: " https://github.com/apple/swift-container-plugin " , from: " 0.1.0 " ) ,
25
25
] ,
26
26
targets: [
You can’t perform that action at this time.
0 commit comments