From 4f0abf92841c626efb2d5793490b129babfe58e5 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Fri, 15 Mar 2024 08:16:57 +1100 Subject: [PATCH] update to swift-log 1.5.4 --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index d45d161..a005a0d 100644 --- a/Package.resolved +++ b/Package.resolved @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log", "state" : { - "branch" : "main", - "revision" : "e97a6fcb1ab07462881ac165fdbb37f067e205d5" + "revision" : "e97a6fcb1ab07462881ac165fdbb37f067e205d5", + "version" : "1.5.4" } } ], diff --git a/Package.swift b/Package.swift index a399f9c..223ac1e 100644 --- a/Package.swift +++ b/Package.swift @@ -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(