70 -- Update SwiftMetrics for ecosystem compatability

This commit is contained in:
Nathan Harris
2020-03-06 03:13:19 +00:00
parent fb161021a9
commit 973a9162af
+1 -1
View File
@@ -23,7 +23,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.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"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0")
],
targets: [