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(
2626 . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.0.0 " ) ,
2727 . package ( url: " https://github.com/apple/swift-metrics.git " , " 1.0.0 " ..< " 3.0.0 " ) ,
2828 . 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 " ) ,
2930 . package ( url: " https://github.com/apple/swift-service-discovery " , from: " 1.0.0 " ) ,
3031 ] ,
3132 targets: [
3233 . target(
3334 name: " RediStack " ,
3435 dependencies: [
36+ . product( name: " Atomics " , package : " swift-atomics " ) ,
3537 . product( name: " NIO " , package : " swift-nio " ) ,
3638 . product( name: " Logging " , package : " swift-log " ) ,
3739 . product( name: " Metrics " , package : " swift-metrics " ) ,
You can’t perform that action at this time.
0 commit comments