Skip to content

Commit 79f2972

Browse files
committed
build: use kkebo/swift-async-algorithms
1 parent d9f0937 commit 79f2972

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
)
1919
],
2020
dependencies: [
21-
.package(url: "https://github.com/apple/swift-async-algorithms", exact: "1.0.0")
21+
.package(url: "https://github.com/kkebo/swift-async-algorithms", branch: "origin/fix-swift-playgrounds")
2222
],
2323
targets: [
2424
.target(

0 commit comments

Comments
 (0)