Skip to content

Commit 1b30033

Browse files
committed
build: use kkebo/swift-async-algorithms
1 parent abf7aa7 commit 1b30033

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"originHash" : "fa5d44b163f93ac81720709e544d23df7cd3ef9d7c3be4ef3532e44116adf9c4",
2+
"originHash" : "47f433e3b3d4743cf1e2a5074886cb40427a26dbe52049cbd16bf43be5fd8fc4",
33
"pins" : [
44
{
55
"identity" : "swift-async-algorithms",
66
"kind" : "remoteSourceControl",
7-
"location" : "https://github.com/apple/swift-async-algorithms",
7+
"location" : "https://github.com/kkebo/swift-async-algorithms",
88
"state" : {
9-
"revision" : "da4e36f86544cdf733a40d59b3a2267e3a7bbf36",
10-
"version" : "1.0.0"
9+
"branch" : "origin/fix-swift-playgrounds",
10+
"revision" : "74ee41950a62ffb2de404151a78340ec67d80027"
1111
}
1212
},
1313
{

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)