Skip to content

Commit

Permalink
Fixed mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Sep 3, 2024
1 parent 88b69ab commit d74cab5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "a999b6b7777e3b9079938bbb4c8c6387bcf52be035b1930d84d5d51ae9ec4651",
"originHash" : "0e13796fea18482095d6b7051cfd8bbbc4bb68f91fcdf7f0434eb18b18a1c116",
"pins" : [
{
"identity" : "chaosbytestreams",
Expand Down Expand Up @@ -33,8 +33,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/elegantchaos/Logger.git",
"state" : {
"revision" : "8ceabf0985b5255f7be42e023a3f63a7779a9145",
"version" : "1.6.0"
"branch" : "v2-wip",
"revision" : "f167c34fc0727a704cc871bef0867fc83b360d28"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/elegantchaos/Coercion.git", from: "1.1.2"),
.package(url: "https://github.com/elegantchaos/Files.git", from: "1.2.0"),
.package(url: "https://github.com/elegantchaos/Logger.git", from: "1.6.0"),
.package(url: "https://github.com/elegantchaos/Logger.git", branch: "v2-wip"),
.package(url: "https://github.com/elegantchaos/Runner.git", from: "2.0.5"),
.package(url: "https://github.com/elegantchaos/ChaosByteStreams", from: "1.0.0"),
.package(url: "https://github.com/elegantchaos/Versionator.git", from: "2.0.2"),
Expand Down

0 comments on commit d74cab5

Please sign in to comment.