Skip to content

Commit 1e1f638

Browse files
author
Harlan
authored
Use explicit dependencies for FileCheck and cllvm
1 parent cc4419b commit 1e1f638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ let package = Package(
1010
targets: ["LLVM"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/trill-lang/cllvm.git", .branch("master")),
14-
.package(url: "https://github.com/trill-lang/FileCheck.git", .branch("master")),
13+
.package(url: "https://github.com/trill-lang/cllvm.git", from: "0.0.3"),
14+
.package(url: "https://github.com/trill-lang/FileCheck.git", from: "0.0.3"),
1515
],
1616
targets: [
1717
.target(

0 commit comments

Comments
 (0)