File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ let swiftSettings: [SwiftSetting] = [.enableExperimentalFeature("StrictConcurren
66let package = Package (
77 name: " swift-w3c-trace-context " ,
88 products: [
9- . library( name: " W3CTraceContext " , targets: [ " W3CTraceContext " ] )
9+ . library( name: " W3CTraceContext " , targets: [ " W3CTraceContext " ] ) ,
1010 ] ,
1111 dependencies: [
12- . package ( url: " https://github.com/apple/swift-collections.git " , from: " 1.0 .0 " )
12+ . package ( url: " https://github.com/apple/swift-collections.git " , from: " 1.1 .0 " ) ,
1313 ] ,
1414 targets: [
1515 . target(
1616 name: " W3CTraceContext " ,
1717 dependencies: [
18- . product( name: " OrderedCollections " , package : " swift-collections " )
18+ . product( name: " OrderedCollections " , package : " swift-collections " ) ,
1919 ] ,
2020 swiftSettings: swiftSettings
2121 ) ,
You can’t perform that action at this time.
0 commit comments