We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca59a21 commit c13db66Copy full SHA for c13db66
Package.swift
@@ -95,7 +95,7 @@ let package = Package(
95
.product(name: "NIOSOCKS", package: "swift-nio-extras"),
96
.product(name: "Logging", package: "swift-log"),
97
.product(name: "Atomics", package: "swift-atomics"),
98
- .product(name: "Algorithms", package: "swift-algorithms"),
+ .product(name: "Algorithms", package: "swift-algorithms"),
99
// Observability support
100
.product(name: "Tracing", package: "swift-distributed-tracing"),
101
.product(name: "InMemoryTracing", package: "swift-distributed-tracing"),
0 commit comments