Skip to content

Commit 2a3187a

Browse files
committed
Bump Package version to 4.0
1 parent 7fc4caf commit 2a3187a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Package.swift

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
// swift-tools-version:4.0
2+
13
import PackageDescription
24

35
let package = Package(
46
name: "LLVM",
7+
products: [
8+
.library(
9+
name: "LLVM",
10+
targets: ["LLVM"]),
11+
],
512
dependencies: [
6-
.Package(url: "https://github.com/trill-lang/cllvm.git", majorVersion: 0),
13+
.package(url: "https://github.com/trill-lang/cllvm.git", .branch("master")),
714
]
815
)

0 commit comments

Comments
 (0)