We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913e6a0 commit ba94c08Copy full SHA for ba94c08
[email protected]
@@ -18,7 +18,7 @@ let package = Package(
18
.executable(name: "PerformanceTest", targets: ["PerformanceTest"]),
19
],
20
dependencies: [
21
- .package(url: "https://github.com/apple/swift-async-algorithms.git", from: "1.0.0"),
+ .package(url: "https://github.com/apple/swift-async-algorithms.git", from: "1.0.2"),
22
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.0"),
23
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.0"),
24
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),
0 commit comments