Skip to content

Commit

Permalink
pin AsyncExtensions to ≥0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Nov 23, 2024
1 parent c58b49d commit 7b1ec03
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
35 changes: 22 additions & 13 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,53 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/lhoward/AsyncExtensions",
"state" : {
"branch" : "linux",
"revision" : "949c7160e0f8b45b141416f737eb0fa2e3bd05a7"
"revision" : "dabc2282009f0b223975f468d4e12bba31f3271f",
"version" : "0.9.0"
}
},
{
"identity" : "socketaddress",
"kind" : "remoteSourceControl",
"location" : "https://github.com/padl/SocketAddress",
"location" : "https://github.com/PADL/SocketAddress",
"state" : {
"revision" : "c771792fdc45fecd0f84388ca4182205de54612c",
"version" : "0.0.1"
"revision" : "195f4b64eb7d69894026e24131551068ee10143e",
"version" : "0.0.3"
}
},
{
"identity" : "swift-async-algorithms",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-async-algorithms",
"state" : {
"revision" : "6ae9a051f76b81cc668305ceed5b0e0a7fd93d20",
"version" : "1.0.1"
"revision" : "5c8bd186f48c16af0775972700626f0b74588278",
"version" : "1.0.2"
}
},
{
"identity" : "swift-async-queue",
"kind" : "remoteSourceControl",
"location" : "https://github.com/dfed/swift-async-queue",
"state" : {
"revision" : "90c0ac3661a4fae9f7b94f45316046805f5b2478",
"version" : "0.5.2"
"revision" : "b51448d3347a3aedd828c491de3e78035f18759c",
"version" : "0.6.1"
}
},
{
"identity" : "swift-atomics",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-atomics.git",
"state" : {
"revision" : "cd142fd2f64be2100422d658e7411e39489da985",
"version" : "1.2.0"
}
},
{
"identity" : "swift-collections",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "9bf03ff58ce34478e66aaee630e491823326fd06",
"version" : "1.1.3"
"revision" : "671108c96644956dddcd89dd59c203dcdb36cec7",
"version" : "1.1.4"
}
},
{
Expand All @@ -59,8 +68,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-system",
"state" : {
"revision" : "d2ba781702a1d8285419c15ee62fd734a9437ff5",
"version" : "1.3.2"
"revision" : "c8a44d836fe7913603e246acab7c528c2e780168",
"version" : "1.4.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
.package(url: "https://github.com/lhoward/AsyncExtensions", branch: "linux"),
.package(url: "https://github.com/lhoward/AsyncExtensions", from: "0.9.0"),
.package(url: "https://github.com/dfed/swift-async-queue", from: "0.4.0"),
.package(url: "https://github.com/apple/swift-log", from: "1.5.4"),
.package(url: "https://github.com/apple/swift-system", from: "1.0.0"),
Expand Down

0 comments on commit 7b1ec03

Please sign in to comment.