Skip to content

Commit ef2a3f0

Browse files
committed
wip: Work around Hummingbird thread safety issue 574
1 parent efdeb9f commit ef2a3f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Examples/HelloWorldHummingbird/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.

Examples/HelloWorldHummingbird/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
name: "hello-world",
2121
platforms: [.macOS(.v14)],
2222
dependencies: [
23-
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
23+
.package(url: "https://github.com/hummingbird-project/hummingbird.git", branch: "main"),
2424
.package(url: "https://github.com/apple/swift-container-plugin", from: "0.1.0"),
2525
],
2626
targets: [

0 commit comments

Comments
 (0)