From 11e84ec900bd12ec6aeb1b3995c6d06d63a59aa0 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkk669@users.noreply.github.com> Date: Thu, 17 Aug 2023 00:02:33 +0900 Subject: [PATCH] Bump package-benchmark to 1.8.1 --- Benchmarks/Package.resolved | 4 ++-- Benchmarks/Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Benchmarks/Package.resolved b/Benchmarks/Package.resolved index 9304858..f8d21fb 100644 --- a/Benchmarks/Package.resolved +++ b/Benchmarks/Package.resolved @@ -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" } }, { diff --git a/Benchmarks/Package.swift b/Benchmarks/Package.swift index 601b8ad..3d61f80 100644 --- a/Benchmarks/Package.swift +++ b/Benchmarks/Package.swift @@ -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(