Skip to content

Commit 9525518

Browse files
authored
update dependency on swift-metrics (#16)
* update dependency on swift-metrics motivation: be compatible with the newly released version of swift-metrics
1 parent 02c4b99 commit 9525518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
.library(name: "StatsdClient", targets: ["StatsdClient"]),
2323
],
2424
dependencies: [
25-
.package(url: "https://github.com/apple/swift-metrics.git", from: "1.0.0"),
25+
.package(url: "https://github.com/apple/swift-metrics.git", "1.0.0" ..< "3.0.0"),
2626
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
2727
],
2828
targets: [

0 commit comments

Comments
 (0)