Skip to content

Commit

Permalink
update to swift-log 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Mar 14, 2024
1 parent 5081da2 commit 4f0abf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-log",
"state" : {
"branch" : "main",
"revision" : "e97a6fcb1ab07462881ac165fdbb37f067e205d5"
"revision" : "e97a6fcb1ab07462881ac165fdbb37f067e205d5",
"version" : "1.5.4"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"),
.package(url: "https://github.com/lhoward/AsyncExtensions", branch: "linux"),
.package(url: "https://github.com/dfed/swift-async-queue", from: "0.4.0"),
.package(url: "https://github.com/apple/swift-log", branch: "main"),
.package(url: "https://github.com/apple/swift-log", from: "1.5.4"),
],
targets: [
.systemLibrary(
Expand Down

0 comments on commit 4f0abf9

Please sign in to comment.