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 02c4b99 commit 9525518Copy full SHA for 9525518
Package.swift
@@ -22,7 +22,7 @@ let package = Package(
22
.library(name: "StatsdClient", targets: ["StatsdClient"]),
23
],
24
dependencies: [
25
- .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"),
26
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
27
28
targets: [
0 commit comments