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 b659f8a commit 7503185Copy full SHA for 7503185
Package.resolved
@@ -5,9 +5,9 @@
5
"package": "PerformanceTesting",
6
"repositoryURL": "https://github.com/dn-m/PerformanceTesting",
7
"state": {
8
- "branch": "pitchspeller-dependency",
9
- "revision": "fd97209b9465e698c51cb30dfc24db35f39fa5c5",
10
- "version": null
+ "branch": null,
+ "revision": "7c73a60c4b69b981ac3dd4015cc26cea0e45c8c7",
+ "version": "0.4.0"
11
}
12
13
]
Package.swift
@@ -11,7 +11,7 @@ let package = Package(
.library(name: "Algorithms", targets: ["Algorithms"])
],
dependencies: [
14
- .package(url: "https://github.com/dn-m/PerformanceTesting", .branch("pitchspeller-dependency"))
+ .package(url: "https://github.com/dn-m/PerformanceTesting", from: "0.4.0")
15
16
targets: [
17
0 commit comments