Skip to content

Commit

Permalink
build(benchmark): bump package-benchmark to 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed Jan 12, 2024
1 parent 1b1b514 commit 7d8c9e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Benchmarks/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "dcece883ad7797c2ad683e91da20ae95611e873a1c92d18eef9d3041b41b8235",
"originHash" : "da2d8685996c22e50d5f3ea9604fdd68d6d691c484d1a2c5ca3c692848f7de3f",
"pins" : [
{
"identity" : "hdrhistogram-swift",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ordo-one/package-benchmark",
"state" : {
"revision" : "3bb4e7d6c32de9fc5f7b65a89526bfdd199c0b4d",
"version" : "1.22.0"
"revision" : "ddf6c1ae01e139120bcdb917ece52819ee69d47a",
"version" : "1.22.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: "zyphy", path: ".."),
.package(url: "https://github.com/ordo-one/package-benchmark", from: "1.22.0"),
.package(url: "https://github.com/ordo-one/package-benchmark", from: "1.22.1"),
// dev
.package(url: "https://github.com/apple/swift-format", from: "509.0.0"),
],
Expand Down

0 comments on commit 7d8c9e0

Please sign in to comment.