Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1e1f638

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎Package.swift

Copy file name to clipboardExpand all lines: Package.swift
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.