Skip to content

Commit

Permalink
update swift-log to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Nov 26, 2024
1 parent c7a6ba3 commit c5c26fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
.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-log", from: "1.6.2"),
.package(url: "https://github.com/apple/swift-system", from: "1.0.0"),
.package(url: "https://github.com/PADL/SocketAddress", from: "0.0.1"),
],
Expand Down

0 comments on commit c5c26fd

Please sign in to comment.