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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"originHash" : "1f7541443d71102242262e529437bff9041ff786639686ffd1c881fab4618aa7",
2+
"originHash" : "eb2fa5014f235a5a955cc6996c639069e9b2399d72011e4aa4c030c54ec8bf40",
33
"pins" : [
44
{
55
"identity" : "async-http-client",
@@ -15,8 +15,8 @@
1515
"kind" : "remoteSourceControl",
1616
"location" : "https://github.com/hummingbird-project/hummingbird.git",
1717
"state" : {
18-
"revision" : "d4f792d209f02b26a17c0105751220da65207fb2",
19-
"version" : "2.0.1"
18+
"branch" : "main",
19+
"revision" : "913e6a0b4bd9c1c0efd399cd870c47187e74d00e"
2020
}
2121
},
2222
{

Examples/HelloWorldHummingbird/Package.swift

+1-1
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)