We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30a2bd commit 47bbf20Copy full SHA for 47bbf20
1 file changed
Package.swift
@@ -38,7 +38,7 @@ let package = Package(
38
.package(url: "https://github.com/t089/swift-vips.git", branch: "main"),
39
.package(url: "https://github.com/kradalby/SwiftExif.git", from: "0.0.7"),
40
// .package(path: "../SwiftExif"),
41
- .package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
+ .package(url: "https://github.com/apple/swift-log.git", from: "1.7.1"),
42
.package(url: "https://github.com/Kitura/Configuration.git", from: "3.1.0"),
43
.package(url: "https://github.com/onevcat/Rainbow.git", from: "4.0.1"),
44
.package(
0 commit comments