Skip to content

Commit

Permalink
Merge c86c667 into 1ba7e50
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo authored May 14, 2024
2 parents 1ba7e50 + c86c667 commit 62662c4
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" : "6fa6092d932d2d5dd14aa449ac50b0cc525d8d076e84bb73bb0a38b9d9e24654",
"originHash" : "c45531b608a524f054ea4ea31a4d0c55101b670f687d2f3e1a31bce5e20aeb67",
"pins" : [
{
"identity" : "hdrhistogram-swift",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ordo-one/package-benchmark",
"state" : {
"revision" : "8520cdd4a225519d283649a38c66756430378ec3",
"version" : "1.23.1"
"revision" : "a7f6924df3955973a2cf32fd4998722d75889b7b",
"version" : "1.23.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: "zyphy", path: ".."),
.package(url: "https://github.com/ordo-one/package-benchmark", from: "1.23.1"),
.package(url: "https://github.com/ordo-one/package-benchmark", from: "1.23.2"),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 62662c4

Please sign in to comment.