Skip to content

Commit

Permalink
wip: Work around Hummingbird thread safety issue 574
Browse files Browse the repository at this point in the history
  • Loading branch information
euanh committed Oct 7, 2024
1 parent efdeb9f commit ef2a3f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Examples/HelloWorldHummingbird/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "1f7541443d71102242262e529437bff9041ff786639686ffd1c881fab4618aa7",
"originHash" : "eb2fa5014f235a5a955cc6996c639069e9b2399d72011e4aa4c030c54ec8bf40",
"pins" : [
{
"identity" : "async-http-client",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/hummingbird-project/hummingbird.git",
"state" : {
"revision" : "d4f792d209f02b26a17c0105751220da65207fb2",
"version" : "2.0.1"
"branch" : "main",
"revision" : "913e6a0b4bd9c1c0efd399cd870c47187e74d00e"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Examples/HelloWorldHummingbird/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
name: "hello-world",
platforms: [.macOS(.v14)],
dependencies: [
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
.package(url: "https://github.com/hummingbird-project/hummingbird.git", branch: "main"),
.package(url: "https://github.com/apple/swift-container-plugin", from: "0.1.0"),
],
targets: [
Expand Down

0 comments on commit ef2a3f0

Please sign in to comment.