Skip to content

Commit a979980

Browse files
committed
Update swift-concurrency-extras.
1 parent db3ed65 commit a979980

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- change-mega-yield
78
pull_request:
89
branches:
910
- '*'

ComposableArchitecture.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 3 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
@@ -21,7 +21,7 @@ let package = Package(
2121
.package(url: "https://github.com/apple/swift-collections", from: "1.1.0"),
2222
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.2"),
2323
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.5.4"),
24-
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.2.0"),
24+
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", branch: "change-mega-yield"),
2525
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.2"),
2626
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.4.0"),
2727
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.1.0"),

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
.package(url: "https://github.com/apple/swift-collections", from: "1.1.0"),
2222
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.2"),
2323
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.5.4"),
24-
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.2.0"),
24+
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", branch: "change-mega-yield"),
2525
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.2"),
2626
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.4.0"),
2727
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.1.0"),

0 commit comments

Comments
 (0)