Skip to content

Commit 9ce5af8

Browse files
authored
Use AsyncAlgorithms v1.0.2
1 parent ba94c08 commit 9ce5af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
.executable(name: "PerformanceTest", targets: ["PerformanceTest"]),
1919
],
2020
dependencies: [
21-
.package(url: "https://github.com/apple/swift-async-algorithms.git", from: "1.0.0"),
21+
.package(url: "https://github.com/apple/swift-async-algorithms.git", from: "1.0.2"),
2222
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.0"),
2323
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.0"),
2424
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),

0 commit comments

Comments
 (0)