Skip to content

Commit f6cb83c

Browse files
fabianfettMordil
authored andcommitted
Explicitly depend on Atomics
1 parent 00eb9b5 commit f6cb83c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"),

0 commit comments

Comments
 (0)