Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 0874d7b

Browse files
authored
Pin swift-benchmark to a specific revision. (#640)
Swift-Benchmark currently has an unstable API. This change pins Swift-Benchmark to an explicit revision to ensure stable builds.
1 parent 99f323e commit 0874d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
dependencies: [
2525
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.10.0"),
2626
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.2.0")),
27-
.package(url: "https://github.com/google/swift-benchmark", .branch("master")),
27+
.package(url: "https://github.com/google/swift-benchmark", .revision("f70bf472b00aeaa05e2374373568c2fe459c11c7")),
2828
],
2929
targets: [
3030
.target(

0 commit comments

Comments
 (0)