Skip to content

Commit 973a916

Browse files
committed
70 -- Update SwiftMetrics for ecosystem compatability
1 parent fb16102 commit 973a916

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
@@ -23,7 +23,7 @@ let package = Package(
2323
],
2424
dependencies: [
2525
.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"),
26+
.package(url: "https://github.com/apple/swift-metrics.git", "1.0.0" ..< "3.0.0"),
2727
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0")
2828
],
2929
targets: [

0 commit comments

Comments
 (0)