Skip to content

Commit f800da9

Browse files
committed
wip: Work around Hummingbird thread safety issue 574
1 parent 2124a0c commit f800da9

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" : "decba78b8f67eff9f64d306213f189b80e3ce82d89a5b4ee9e98c4996375779e",
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" : "pull/573/head",
19+
"revision" : "60fffd6060212d888cb6e307cb27cf58aefd1415"
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: "pull/573/head"),
2424
.package(url: "https://github.com/apple/swift-container-plugin", from: "0.1.0"),
2525
],
2626
targets: [

0 commit comments

Comments
 (0)