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 57a4ce8 commit 51ae272Copy full SHA for 51ae272
Benchmarks/Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:5.7
+// swift-tools-version:5.9
2
//===----------------------------------------------------------------------===//
3
//
4
// This source file is part of the SwiftPrometheus open source project
@@ -22,7 +22,7 @@ let package = Package(
22
],
23
dependencies: [
24
.package(path: "../"),
25
- .package(url: "https://github.com/ordo-one/package-benchmark.git", from: "1.11.2"),
+ .package(url: "https://github.com/ordo-one/package-benchmark.git", from: "1.29.0"),
26
27
targets: [
28
.executableTarget(
0 commit comments