Skip to content

Commit

Permalink
Be specific about PerformanceTesting version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbean committed Jul 12, 2018
1 parent 251da28 commit 95a3c7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"pins": [
{
"package": "PerformanceTesting",
"repositoryURL": "https://github.com/dn-m/PerformanceTesting.git",
"repositoryURL": "https://github.com/dn-m/PerformanceTesting",
"state": {
"branch": "master",
"branch": null,
"revision": "fc96795471fce16de0277ec0dbd0f69f5dd013d6",
"version": null
"version": "0.1.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
.library(name: "Algorithms", targets: ["Algorithms"])
],
dependencies: [
.package(url: "https://github.com/dn-m/PerformanceTesting", .branch("master"))
.package(url: "https://github.com/dn-m/PerformanceTesting", from: "0.1.0")
],
targets: [

Expand Down

0 comments on commit 95a3c7e

Please sign in to comment.