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 fb16102 commit 973a916Copy full SHA for 973a916
Package.swift
@@ -23,7 +23,7 @@ let package = Package(
23
],
24
dependencies: [
25
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
26
- .package(url: "https://github.com/apple/swift-metrics.git", from: "1.0.0"),
+ .package(url: "https://github.com/apple/swift-metrics.git", "1.0.0" ..< "3.0.0"),
27
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0")
28
29
targets: [
0 commit comments