File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,14 @@ let package = Package(
26
26
. package ( url: " https://github.com/apple/swift-log.git " , from: " 1.0.0 " ) ,
27
27
. package ( url: " https://github.com/apple/swift-metrics.git " , " 1.0.0 " ..< " 3.0.0 " ) ,
28
28
. package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.43.0 " ) ,
29
+ . package ( url: " https://github.com/apple/swift-atomics.git " , from: " 1.0.2 " ) ,
29
30
. package ( url: " https://github.com/apple/swift-service-discovery " , from: " 1.0.0 " ) ,
30
31
] ,
31
32
targets: [
32
33
. target(
33
34
name: " RediStack " ,
34
35
dependencies: [
36
+ . product( name: " Atomics " , package : " swift-atomics " ) ,
35
37
. product( name: " NIO " , package : " swift-nio " ) ,
36
38
. product( name: " Logging " , package : " swift-log " ) ,
37
39
. product( name: " Metrics " , package : " swift-metrics " ) ,
You can’t perform that action at this time.
0 commit comments