mirror of
https://github.com/swift-server/RediStack.git
synced 2026-05-03 07:32:28 +00:00
70 -- Update SwiftMetrics for ecosystem compatability
This commit is contained in:
+1
-1
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user