Skip to content

Commit

Permalink
swift-metrics 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLotU committed Aug 16, 2021
1 parent 354fa7e commit 41247dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Expand Up @@ -3,11 +3,11 @@
"pins": [
{
"package": "swift-metrics",
"repositoryURL": "https://github.com/rauhul/swift-metrics.git",
"repositoryURL": "https://github.com/apple/swift-metrics.git",
"state": {
"branch": "feature/floating-point-counter",
"revision": "7f85b16b9791154162beea7c670dd3cd2d3efd17",
"version": null
"branch": null,
"revision": "3edd2f57afc4e68e23c3e4956bc8b65ca6b5b2ff",
"version": "2.2.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["PrometheusExample"]),
],
dependencies: [
.package(url: "https://github.com/rauhul/swift-metrics.git", .branch("feature/floating-point-counter")),
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.2.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
],
targets: [
Expand Down

0 comments on commit 41247dc

Please sign in to comment.