Skip to content

Commit 568c818

Browse files
Benchmark: Give explicit package name
To allow the WasmKit repository is checked out with a different name
1 parent 8df1c69 commit 568c818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Benchmarks/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let package = Package(
66
name: "Benchmarks",
77
platforms: [.macOS(.v13)],
88
dependencies: [
9-
.package(path: "../"),
9+
.package(name: "WasmKit", path: "../"),
1010
.package(url: "https://github.com/ordo-one/package-benchmark", .upToNextMajor(from: "1.4.0")),
1111
]
1212
)

0 commit comments

Comments
 (0)