File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- // swift-tools-version:5.0
1+ // swift-tools-version:5.2
22
33import PackageDescription
44
@@ -12,15 +12,17 @@ let package = Package(
1212
1313 dependencies: [
1414 . package ( url: " https://github.com/Macro-swift/Macro.git " ,
15- from: " 0.6.2 " ) ,
15+ from: " 0.8.11 " ) ,
1616 . package ( url: " https://github.com/Macro-swift/MacroExpress.git " ,
17- from: " 0.6.0 " ) ,
17+ from: " 0.8.8 " ) ,
1818 . package ( url: " https://github.com/AlwaysRightInstitute/SwiftXmlRpc.git " ,
1919 from: " 0.8.6 " )
2020 ] ,
2121
2222 targets: [
23- . target( name: " MacroXmlRpc " ,
24- dependencies: [ " Macro " , " MacroExpress " , " XmlRpc " ] )
23+ . target( name: " MacroXmlRpc " , dependencies: [
24+ " Macro " , " MacroExpress " ,
25+ . product( name: " XmlRpc " , package : " SwiftXmlRpc " )
26+ ] )
2527 ]
2628)
You can’t perform that action at this time.
0 commit comments