Skip to content

Commit

Permalink
build: bump package-benchmark to 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KKK669 committed Sep 22, 2023
1 parent 0573b61 commit e0eec28
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" : "6e0cdf8c310a873a9a688c41eedfaf75c2752077",
"version" : "1.11.1"
"revision" : "070dee37abe72c0a3d7e0feff5dca3effd66b541",
"version" : "1.11.2"
}
},
{
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.11.1"..<"1.12.0"),
.package(url: "https://github.com/ordo-one/package-benchmark", "1.11.2"..<"1.12.0"),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit e0eec28

Please sign in to comment.