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
6
6
let package = Package (
7
7
name: " swift-w3c-trace-context " ,
8
8
products: [
9
- . library( name: " W3CTraceContext " , targets: [ " W3CTraceContext " ] )
9
+ . library( name: " W3CTraceContext " , targets: [ " W3CTraceContext " ] ) ,
10
10
] ,
11
11
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 " ) ,
13
13
] ,
14
14
targets: [
15
15
. target(
16
16
name: " W3CTraceContext " ,
17
17
dependencies: [
18
- . product( name: " OrderedCollections " , package : " swift-collections " )
18
+ . product( name: " OrderedCollections " , package : " swift-collections " ) ,
19
19
] ,
20
20
swiftSettings: swiftSettings
21
21
) ,
You can’t perform that action at this time.
0 commit comments