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 92d0f28 commit 6e79d5fCopy full SHA for 6e79d5f
Package.swift
@@ -34,7 +34,7 @@ let package = Package(name: "opentelemetry-swift",
34
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.24.2"),
35
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.20.2"),
36
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.4"),
37
- .package(url: "https://github.com/apple/swift-metrics.git", from: "2.1.1"),
+ .package(url: "https://github.com/apple/swift-metrics.git", from: "2.7.0"),
38
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0")
39
],
40
targets: [
0 commit comments