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 037c0c7 commit 4871046Copy full SHA for 4871046
Package.swift
@@ -13,7 +13,7 @@ let package = Package(
13
.package(url: "https://github.com/apple/swift-crypto.git", from: "1.0.0"),
14
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
15
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.0.0"),
16
- .package(url: "https://github.com/apple/swift-metrics.git", from: "1.0.0"),
+ .package(url: "https://github.com/apple/swift-metrics.git", from: "2.0.0"),
17
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
18
],
19
targets: [
0 commit comments