Skip to content

Commit

Permalink
Bump package-benchmark to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed Aug 16, 2023
1 parent 1695982 commit 11e84ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Benchmarks/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ordo-one/package-benchmark",
"state" : {
"revision" : "9e010e286ac7f0f268d8c89a338ba6b0ecab0244",
"version" : "1.7.0"
"revision" : "8cc2be5e4d0c91feea6d41ba20c05ee1a053d456",
"version" : "1.8.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
platforms: [.macOS(.v13), .iOS(.v16)],
dependencies: [
.package(name: "Browser", path: ".."),
.package(url: "https://github.com/ordo-one/package-benchmark", "1.7.0"..<"1.8.0"),
.package(url: "https://github.com/ordo-one/package-benchmark", "1.8.1"..<"1.9.0"),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 11e84ec

Please sign in to comment.