We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbfd9b commit 8dd2d78Copy full SHA for 8dd2d78
Package.swift
@@ -114,7 +114,7 @@ PlatformTargets = []
114
115
let CommonPackageDependencies: [Package.Dependency] = [
116
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
117
- .package(url: "https://github.com/apple/swift-log", branch: "main"),
+ .package(url: "https://github.com/apple/swift-log", from: "1.6.2"),
118
.package(url: "https://github.com/apple/swift-system", from: "1.2.1"),
119
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0"),
120
.package(url: "https://github.com/PADL/SocketAddress", from: "0.0.1"),
0 commit comments