We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e461f commit 99abdf5Copy full SHA for 99abdf5
.swift-version
@@ -1 +1 @@
1
-3.1
+4.0
Package.swift
@@ -1,12 +1,12 @@
-// swift-tools-version:3.1
+// swift-tools-version:4.0
2
3
import PackageDescription
4
5
let package = Package(
6
name: "CLibdill",
7
pkgConfig: "libdill",
8
providers: [
9
- .Brew("libdill"),
10
- .Apt("libdill"),
+ .brew(["libdill"]),
+ .apt(["libdill"])
11
]
12
)
0 commit comments