Skip to content

Commit 7503185

Browse files
authored
Update PerformanceTesting dependency (#212)
* Update PerformanceTesting dependency reference * Update packages
1 parent b659f8a commit 7503185

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"package": "PerformanceTesting",
66
"repositoryURL": "https://github.com/dn-m/PerformanceTesting",
77
"state": {
8-
"branch": "pitchspeller-dependency",
9-
"revision": "fd97209b9465e698c51cb30dfc24db35f39fa5c5",
10-
"version": null
8+
"branch": null,
9+
"revision": "7c73a60c4b69b981ac3dd4015cc26cea0e45c8c7",
10+
"version": "0.4.0"
1111
}
1212
}
1313
]

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
.library(name: "Algorithms", targets: ["Algorithms"])
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/dn-m/PerformanceTesting", .branch("pitchspeller-dependency"))
14+
.package(url: "https://github.com/dn-m/PerformanceTesting", from: "0.4.0")
1515
],
1616
targets: [
1717

0 commit comments

Comments
 (0)